IpamScope
In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.
For more information, see How IPAM works in the Amazon VPC IPAM User Guide.
Contents
- description
-
The description of the scope.
Type: String
Required: No
- externalAuthorityConfiguration
-
The external authority configuration for this IPAM scope, if configured.
The configuration that links an Amazon VPC IPAM scope to an external authority system. It specifies the type of external system and the external resource identifier that identifies your account or instance in that system.
In IPAM, an external authority is a third-party IP address management system that provides CIDR blocks when you provision address space for top-level IPAM pools. This allows you to use your existing IP management system to control which address ranges are allocated to Amazon while using Amazon VPC IPAM to manage subnets within those ranges.
Type: IpamScopeExternalAuthorityConfiguration object
Required: No
- ipamArn
-
The ARN of the IPAM.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1283.
Required: No
- ipamRegion
-
The Amazon Region of the IPAM scope.
Type: String
Required: No
- ipamScopeArn
-
The Amazon Resource Name (ARN) of the scope.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1283.
Required: No
- ipamScopeId
-
The ID of the scope.
Type: String
Required: No
- ipamScopeType
-
The type of the scope.
Type: String
Valid Values:
public | privateRequired: No
- isDefault
-
Defines if the scope is the default scope or not.
Type: Boolean
Required: No
- ownerId
-
The Amazon account ID of the owner of the scope.
Type: String
Required: No
- poolCount
-
The number of pools in the scope.
Type: Integer
Required: No
- state
-
The state of the IPAM scope.
Type: String
Valid Values:
create-in-progress | create-complete | create-failed | modify-in-progress | modify-complete | modify-failed | delete-in-progress | delete-complete | delete-failed | isolate-in-progress | isolate-complete | restore-in-progressRequired: No
- tagSet
-
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.Type: Array of Tag objects
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: