AccessTokenReference
- class aws_cdk.interfaces.aws_route53globalresolver.AccessTokenReference(*, access_token_arn, access_token_id)
Bases:
objectA reference to a AccessToken resource.
- Parameters:
access_token_arn (
str) – The ARN of the AccessToken resource.access_token_id (
str) – The AccessTokenId of the AccessToken resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_route53globalresolver as interfaces_route53globalresolver access_token_reference = interfaces_route53globalresolver.AccessTokenReference( access_token_arn="accessTokenArn", access_token_id="accessTokenId" )
Attributes
- access_token_arn
The ARN of the AccessToken resource.
- access_token_id
The AccessTokenId of the AccessToken resource.