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