Values_2.IpamScopeSourceIn 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.
type nonrec t = {ownerId : Values_0.String_.t option;The Amazon Web Services account ID of the owner of the scope.
*)ipamScopeId : Values_1.IpamScopeId.t option;The ID of the scope.
*)ipamScopeArn : Values_0.ResourceArn.t option;The Amazon Resource Name (ARN) of the scope.
*)ipamArn : Values_0.ResourceArn.t option;The ARN of the IPAM.
*)ipamRegion : Values_0.String_.t option;The Amazon Web Services Region of the IPAM scope.
*)ipamScopeType : Values_1.IpamScopeType.t option;The type of the scope.
*)isDefault : Values_0.Boolean.t option;Defines if the scope is the default scope or not.
*)description : Values_0.String_.t option;The description of the scope.
*)poolCount : Values_0.Integer.t option;The number of pools in the scope.
*)state : Values_1.IpamScopeState.t option;The state of the IPAM scope.
*)externalAuthorityConfiguration : Values_1.IpamScopeExternalAuthorityConfiguration.t
option;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 Web Services while using Amazon VPC IPAM to manage subnets within those ranges.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `Integer of Values_0.Integer.t
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t
| `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ])
list ])
list ]