AWSEC2CreateIpamResourceDiscoveryRequest
Objective-C
@interface AWSEC2CreateIpamResourceDiscoveryRequest
Swift
class AWSEC2CreateIpamResourceDiscoveryRequest
-
A client token for the IPAM resource discovery.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientToken;
Swift
var clientToken: String? { get set }
-
A description for the IPAM resource discovery.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: 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 }
-
Operating Regions for the IPAM resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2AddIpamOperatingRegion *> *_Nullable operatingRegions;
Swift
var operatingRegions: [AWSEC2AddIpamOperatingRegion]? { get set }
-
Tag specifications for the IPAM resource discovery.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2TagSpecification *> *_Nullable tagSpecifications;
Swift
var tagSpecifications: [AWSEC2TagSpecification]? { get set }