AWSEC2VerifiedAccessEndpointLoadBalancerOptions
Objective-C
@interface AWSEC2VerifiedAccessEndpointLoadBalancerOptions
Swift
class AWSEC2VerifiedAccessEndpointLoadBalancerOptions
Describes a load balancer 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 }