AWSEC2CreateVerifiedAccessEndpointEniOptions
Objective-C
@interface AWSEC2CreateVerifiedAccessEndpointEniOptions
Swift
class AWSEC2CreateVerifiedAccessEndpointEniOptions
Describes the network interface options when creating an Amazon Web Services Verified Access endpoint using the network-interface
type.
-
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 }