AWSEC2ApplySecurityGroupsToClientVpnTargetNetworkRequest
Objective-C
@interface AWSEC2ApplySecurityGroupsToClientVpnTargetNetworkRequest
Swift
class AWSEC2ApplySecurityGroupsToClientVpnTargetNetworkRequest
-
The ID of the Client VPN endpoint.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientVpnEndpointId;
Swift
var clientVpnEndpointId: String? { get set }
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable dryRun;
Swift
var dryRun: NSNumber? { get set }
-
The IDs of the security groups to apply to the associated target network. Up to 5 security groups can be applied to an associated target network.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable securityGroupIds;
Swift
var securityGroupIds: [String]? { get set }
-
The ID of the VPC in which the associated target network is located.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vpcId;
Swift
var vpcId: String? { get set }