IpamExternalResourceVerificationTokenReference

class aws_cdk.interfaces.aws_ec2.IpamExternalResourceVerificationTokenReference(*, ipam_external_resource_verification_token_arn)

Bases: object

A reference to a IpamExternalResourceVerificationToken resource.

Parameters:

ipam_external_resource_verification_token_arn (str) – The IpamExternalResourceVerificationTokenArn of the IpamExternalResourceVerificationToken resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_ec2 as interfaces_ec2

ipam_external_resource_verification_token_reference = interfaces_ec2.IpamExternalResourceVerificationTokenReference(
    ipam_external_resource_verification_token_arn="ipamExternalResourceVerificationTokenArn"
)

Attributes

ipam_external_resource_verification_token_arn

The IpamExternalResourceVerificationTokenArn of the IpamExternalResourceVerificationToken resource.