Class CfnAccessTokenProps
Properties for defining a CfnAccessToken.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Route53GlobalResolver
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAccessTokenProps : ICfnAccessTokenProps
Syntax (vb)
Public Class CfnAccessTokenProps Implements ICfnAccessTokenProps
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.AWS.Route53GlobalResolver;
var cfnAccessTokenProps = new CfnAccessTokenProps {
DnsViewId = "dnsViewId",
// the properties below are optional
ClientToken = "clientToken",
ExpiresAt = "expiresAt",
Name = "name",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnAccessTokenProps() | Properties for defining a |
Properties
| ClientToken | Properties for defining a |
| DnsViewId | Properties for defining a |
| ExpiresAt | Properties for defining a |
| Name | Properties for defining a |
| Tags | Properties for defining a |
Constructors
CfnAccessTokenProps()
Properties for defining a CfnAccessToken.
public CfnAccessTokenProps()
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.AWS.Route53GlobalResolver;
var cfnAccessTokenProps = new CfnAccessTokenProps {
DnsViewId = "dnsViewId",
// the properties below are optional
ClientToken = "clientToken",
ExpiresAt = "expiresAt",
Name = "name",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
ClientToken
Properties for defining a CfnAccessToken.
public string? ClientToken { get; set; }
Property Value
Remarks
DnsViewId
Properties for defining a CfnAccessToken.
public string DnsViewId { get; set; }
Property Value
Remarks
ExpiresAt
Properties for defining a CfnAccessToken.
public string? ExpiresAt { get; set; }
Property Value
Remarks
Name
Properties for defining a CfnAccessToken.
public string? Name { get; set; }
Property Value
Remarks
Tags
Properties for defining a CfnAccessToken.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]