AWSEC2CreateInstanceConnectEndpointRequest

Objective-C

@interface AWSEC2CreateInstanceConnectEndpointRequest

Swift

class AWSEC2CreateInstanceConnectEndpointRequest
  • Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable clientToken;

    Swift

    var clientToken: String? { get set }
  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable dryRun;

    Swift

    var dryRun: NSNumber? { get set }
  • Indicates whether your client’s IP address is preserved as the source. The value is true or false.

    • If true, your client’s IP address is used when you connect to a resource.

    • If false, the elastic network interface IP address is used when you connect to a resource.

    Default: true

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable preserveClientIp;

    Swift

    var preserveClientIp: NSNumber? { get set }
  • One or more security groups to associate with the endpoint. If you don’t specify a security group, the default security group for your VPC will be associated with the endpoint.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable securityGroupIds;

    Swift

    var securityGroupIds: [String]? { get set }
  • The ID of the subnet in which to create the EC2 Instance Connect Endpoint.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable subnetId;

    Swift

    var subnetId: String? { get set }
  • The tags to apply to the EC2 Instance Connect Endpoint during creation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2TagSpecification *> *_Nullable tagSpecifications;

    Swift

    var tagSpecifications: [AWSEC2TagSpecification]? { get set }