Values_2.IpamExternalResourceVerificationTokenSourceA verification token is an Amazon Web Services-generated random value that you can use to prove ownership of an external resource. For example, you can use a verification token to validate that you control a public IP address range when you bring an IP address range to Amazon Web Services (BYOIP).
type nonrec t = {ipamExternalResourceVerificationTokenId : Values_1.IpamExternalResourceVerificationTokenId.t
option;The ID of the token.
*)ipamExternalResourceVerificationTokenArn : Values_0.ResourceArn.t option;Token ARN.
*)ipamId : Values_1.IpamId.t option;The ID of the IPAM that created the token.
*)ipamArn : Values_0.ResourceArn.t option;ARN of the IPAM that created the token.
*)ipamRegion : Values_0.String_.t option;Region of the IPAM that created the token.
*)tokenValue : Values_0.String_.t option;Token value.
*)tokenName : Values_0.String_.t option;Token name.
*)notAfter : Values_0.MillisecondDateTime.t option;Token expiration.
*)status : Values_1.TokenState.t option;Token status.
*)state : Values_1.IpamExternalResourceVerificationTokenState.t option;Token state.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_1.IpamExternalResourceVerificationTokenId.t
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]