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
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; }