AWSEC2RevokeClientVpnIngressRequest
Objective-C
@interface AWSEC2RevokeClientVpnIngressRequest
Swift
class AWSEC2RevokeClientVpnIngressRequest
-
The ID of the Active Directory group for which to revoke access.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable accessGroupId;
Swift
var accessGroupId: String? { get set }
-
The ID of the Client VPN endpoint with which the authorization rule is associated.
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 }
-
Indicates whether access should be revoked for all clients.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable revokeAllGroups;
Swift
var revokeAllGroups: NSNumber? { get set }
-
The IPv4 address range, in CIDR notation, of the network for which access is being removed.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable targetNetworkCidr;
Swift
var targetNetworkCidr: String? { get set }