Values_7.CreateIpamScopeRequestSourceCreate an IPAM scope. 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 Add a scope in the Amazon VPC IPAM User Guide.
type nonrec t = {dryRun : Values_0.Boolean.t option;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.
*)ipamId : Values_1.IpamId.t;The ID of the IPAM for which you're creating this scope.
*)description : Values_0.String_.t option;A description for the scope you're creating.
*)tagSpecifications : Values_0.TagSpecificationList.t option;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.
*)clientToken : Values_0.String_.t option;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
*)externalAuthorityConfiguration : Values_3.ExternalAuthorityConfiguration.t
option;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 make :
?dryRun:??? ->
?description:??? ->
?tagSpecifications:??? ->
?clientToken:??? ->
?externalAuthorityConfiguration:??? ->
ipamId:Values_1.IpamId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ]
list ])
list ]
list
| `String of Values_1.IpamId.t
| `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ])
list ])
list ]