AWSEC2VerifiedAccessEndpointEniOptions

Objective-C

@interface AWSEC2VerifiedAccessEndpointEniOptions

Swift

class AWSEC2VerifiedAccessEndpointEniOptions

Options for a network-interface type endpoint.

  • The ID of the network interface.

    Declaration

    Objective-C

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

    Swift

    var networkInterfaceId: String? { get set }
  • The IP port number.

    Declaration

    Objective-C

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

    Swift

    var port: NSNumber? { get set }
  • The IP protocol.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2VerifiedAccessEndpointProtocol protocols;

    Swift

    var protocols: AWSEC2VerifiedAccessEndpointProtocol { get set }