View a markdown version of this page

AWS::EC2::IpamExternalResourceVerificationToken - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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, ... ] } }

YAML

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

Tags

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.