Interface ICfnAccessTokenMixinProps
Properties for CfnAccessTokenPropsMixin.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Route53GlobalResolver
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnAccessTokenMixinProps
Syntax (vb)
Public Interface ICfnAccessTokenMixinProps
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.Route53GlobalResolver;
var cfnAccessTokenMixinProps = new CfnAccessTokenMixinProps {
ClientToken = "clientToken",
DnsViewId = "dnsViewId",
ExpiresAt = "expiresAt",
Name = "name",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
| ClientToken | Properties for CfnAccessTokenPropsMixin. |
| DnsViewId | Properties for CfnAccessTokenPropsMixin. |
| ExpiresAt | Properties for CfnAccessTokenPropsMixin. |
| Name | Properties for CfnAccessTokenPropsMixin. |
| Tags | Properties for CfnAccessTokenPropsMixin. |
Properties
ClientToken
Properties for CfnAccessTokenPropsMixin.
string? ClientToken { get; }
Property Value
Remarks
DnsViewId
Properties for CfnAccessTokenPropsMixin.
string? DnsViewId { get; }
Property Value
Remarks
ExpiresAt
Properties for CfnAccessTokenPropsMixin.
string? ExpiresAt { get; }
Property Value
Remarks
Name
Properties for CfnAccessTokenPropsMixin.
string? Name { get; }