interface CfnAccessTokenMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Route53GlobalResolver.CfnAccessTokenMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsroute53globalresolver#CfnAccessTokenMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.route53globalresolver.CfnAccessTokenMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_route53globalresolver.CfnAccessTokenMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_route53globalresolver » CfnAccessTokenMixinProps |
Properties for CfnAccessTokenPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_route53globalresolver as route53globalresolver } from '@aws-cdk/cfn-property-mixins';
const cfnAccessTokenMixinProps: route53globalresolver.CfnAccessTokenMixinProps = {
clientToken: 'clientToken',
dnsViewId: 'dnsViewId',
expiresAt: 'expiresAt',
name: 'name',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| client | string | |
| dns | string | |
| expires | string | |
| name? | string | |
| tags? | Cfn[] |
clientToken?
Type:
string
(optional)
dnsViewId?
Type:
string
(optional)
expiresAt?
Type:
string
(optional)
name?
Type:
string
(optional)
tags?
Type:
Cfn[]
(optional)

.NET
Go
Java
Python
TypeScript