Show / Hide Table of Contents

Interface ICfnIpamExternalResourceVerificationTokenMixinProps

Properties for CfnIpamExternalResourceVerificationTokenPropsMixin.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnIpamExternalResourceVerificationTokenMixinProps
Syntax (vb)
Public Interface ICfnIpamExternalResourceVerificationTokenMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamexternalresourceverificationtoken.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.EC2;

             var cfnIpamExternalResourceVerificationTokenMixinProps = new CfnIpamExternalResourceVerificationTokenMixinProps {
                 IpamId = "ipamId",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Properties

IpamId

The ID of the IPAM that will create the token.

Tags

The tags for the token.

Properties

IpamId

The ID of the IPAM that will create the token.

string? IpamId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamexternalresourceverificationtoken.html#cfn-ec2-ipamexternalresourceverificationtoken-ipamid

Tags

The tags for the token.

ICfnTag[]? Tags { get; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamexternalresourceverificationtoken.html#cfn-ec2-ipamexternalresourceverificationtoken-tags

Back to top Generated by DocFX