AWSEC2ModifyVerifiedAccessEndpointLoadBalancerOptions
Objective-C
@interface AWSEC2ModifyVerifiedAccessEndpointLoadBalancerOptions
Swift
class AWSEC2ModifyVerifiedAccessEndpointLoadBalancerOptions
Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the load-balancer
type.
-
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 }
-
The IDs of the subnets.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable subnetIds;
Swift
var subnetIds: [String]? { get set }