This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::EC2::IpamExternalResourceVerificationToken
A verification token is an Amazon-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 (BYOIP).
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::EC2::IpamExternalResourceVerificationToken", "Properties" : { "IpamId" :String, "Tags" :[ Tag, ... ]} }
Properties
IpamId-
The ID of the IPAM that created the token.
Required: Yes
Type: String
Update requires: Replacement
-
Token tags.
Required: No
Type: Array of Tag
Update requires: No interruption
Return values
Ref
Fn::GetAtt
IpamArn-
ARN of the IPAM that created the token.
IpamExternalResourceVerificationTokenArn-
Token ARN.
IpamExternalResourceVerificationTokenId-
The ID of the token.
IpamRegion-
Region of the IPAM that created the token.
NotAfter-
Token expiration.
State-
Token state.
Status-
Token status.
TokenName-
Token name.
TokenValue-
Token value.