AWSEC2DeprovisionPublicIpv4PoolCidrRequest
Objective-C
@interface AWSEC2DeprovisionPublicIpv4PoolCidrRequest
Swift
class AWSEC2DeprovisionPublicIpv4PoolCidrRequest
-
The CIDR you want to deprovision from the pool. Enter the CIDR you want to deprovision with a netmask of
/32
. You must rerun this command for each IP address in the CIDR range. If your CIDR is a/24
, you will have to run this command to deprovision each of the 256 IP addresses in the/24
CIDR.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable cidr;
Swift
var cidr: String? { get set }
-
A check for 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 ID of the pool that you want to deprovision the CIDR from.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable poolId;
Swift
var poolId: String? { get set }