AWSEC2Ipam
Objective-C
@interface AWSEC2IpamSwift
class AWSEC2IpamIPAM 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. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable defaultResourceDiscoveryAssociationId;Swift var defaultResourceDiscoveryAssociationId: String? { get set }
- 
                  
                  The IPAM’s default resource discovery ID. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable defaultResourceDiscoveryId;Swift var defaultResourceDiscoveryId: String? { get set }
- 
                  
                  The description for the IPAM. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable detail;Swift var detail: String? { get set }
- 
                  
                  The Amazon Resource Name (ARN) of the IPAM. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable ipamArn;Swift var ipamArn: String? { get set }
- 
                  
                  The ID of the IPAM. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable ipamId;Swift var ipamId: String? { get set }
- 
                  
                  The Amazon Web Services Region of the IPAM. DeclarationObjective-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. DeclarationObjective-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. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable ownerId;Swift var ownerId: String? { get set }
- 
                  
                  The ID of the IPAM’s default private scope. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable privateDefaultScopeId;Swift var privateDefaultScopeId: String? { get set }
- 
                  
                  The ID of the IPAM’s default public scope. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable publicDefaultScopeId;Swift var publicDefaultScopeId: String? { get set }
- 
                  
                  The IPAM’s resource discovery association count. DeclarationObjective-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. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable scopeCount;Swift var scopeCount: NSNumber? { get set }
- 
                  
                  The state of the IPAM. DeclarationObjective-C @property (nonatomic) AWSEC2IpamState state;Swift var state: AWSEC2IpamState { get set }
- 
                  
                  The state message. DeclarationObjective-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 Ownerand the valueTeamA, specifytag:Ownerfor the filter name andTeamAfor the filter value.
- 
                  
                  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. DeclarationObjective-C @property (nonatomic) AWSEC2IpamTier tier;Swift var tier: AWSEC2IpamTier { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2Ipam Class Reference
        AWSEC2Ipam Class Reference