AWSEC2Ipam

Objective-C

@interface AWSEC2Ipam

Swift

class AWSEC2Ipam

IPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts throughout your Amazon Web Services Organization. For more information, see What is IPAM? in the Amazon VPC IPAM User Guide.

  • The IPAM’s default resource discovery association ID.

    Declaration

    Objective-C

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

    Swift

    var defaultResourceDiscoveryAssociationId: String? { get set }
  • The IPAM’s default resource discovery ID.

    Declaration

    Objective-C

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

    Swift

    var defaultResourceDiscoveryId: String? { get set }
  • The description for the IPAM.

    Declaration

    Objective-C

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

    Swift

    var detail: String? { get set }
  • The Amazon Resource Name (ARN) of the IPAM.

    Declaration

    Objective-C

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

    Swift

    var ipamArn: String? { get set }
  • The ID of the IPAM.

    Declaration

    Objective-C

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

    Swift

    var ipamId: String? { get set }
  • The Amazon Web Services Region of the IPAM.

    Declaration

    Objective-C

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

    Swift

    var ipamRegion: String? { get set }
  • The operating Regions for an 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<AWSEC2IpamOperatingRegion *> *_Nullable operatingRegions;

    Swift

    var operatingRegions: [AWSEC2IpamOperatingRegion]? { get set }
  • The Amazon Web Services account ID of the owner of the IPAM.

    Declaration

    Objective-C

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

    Swift

    var ownerId: String? { get set }
  • The ID of the IPAM’s default private scope.

    Declaration

    Objective-C

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

    Swift

    var privateDefaultScopeId: String? { get set }
  • The ID of the IPAM’s default public scope.

    Declaration

    Objective-C

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

    Swift

    var publicDefaultScopeId: String? { get set }
  • The IPAM’s resource discovery association count.

    Declaration

    Objective-C

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

    Swift

    var resourceDiscoveryAssociationCount: NSNumber? { get set }
  • The number of scopes in the IPAM. The scope quota is 5. For more information on quotas, see Quotas in IPAM in the Amazon VPC IPAM User Guide.

    Declaration

    Objective-C

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

    Swift

    var scopeCount: NSNumber? { get set }
  • The state of the IPAM.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2IpamState state;

    Swift

    var state: AWSEC2IpamState { get set }
  • The state message.

    Declaration

    Objective-C

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

    Swift

    var stateMessage: String? { get set }
  • The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2Tag *> *_Nullable tags;

    Swift

    var tags: [AWSEC2Tag]? { 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 }