AWSEC2ModifyIpamRequest

Objective-C

@interface AWSEC2ModifyIpamRequest

Swift

class AWSEC2ModifyIpamRequest
  • Choose the operating Regions for the IPAM. 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.

    For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2AddIpamOperatingRegion *> *_Nullable addOperatingRegions;

    Swift

    var addOperatingRegions: [AWSEC2AddIpamOperatingRegion]? { get set }
  • The description of the IPAM you want to modify.

    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 is UnauthorizedOperation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable dryRun;

    Swift

    var dryRun: NSNumber? { get set }
  • The ID of the IPAM you want to modify.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable ipamId;

    Swift

    var ipamId: String? { get set }
  • The operating Regions to remove.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2RemoveIpamOperatingRegion *> *_Nullable removeOperatingRegions;

    Swift

    var removeOperatingRegions: [AWSEC2RemoveIpamOperatingRegion]? { get set }
  • IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2IpamTier tier;

    Swift

    var tier: AWSEC2IpamTier { get set }