AWSEC2ModifyIpamResourceDiscoveryRequest
Objective-C
@interface AWSEC2ModifyIpamResourceDiscoveryRequest
Swift
class AWSEC2ModifyIpamResourceDiscoveryRequest
-
Add operating Regions to the 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 addOperatingRegions;
Swift
var addOperatingRegions: [AWSEC2AddIpamOperatingRegion]? { get set }
-
A resource discovery description.
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 }
-
A resource discovery ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ipamResourceDiscoveryId;
Swift
var ipamResourceDiscoveryId: String? { get set }
-
Remove operating Regions.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2RemoveIpamOperatingRegion *> *_Nullable removeOperatingRegions;
Swift
var removeOperatingRegions: [AWSEC2RemoveIpamOperatingRegion]? { get set }