interface CfnHostedZoneAssociationProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Route53GlobalResolver.CfnHostedZoneAssociationProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53globalresolver#CfnHostedZoneAssociationProps |
Java | software.amazon.awscdk.services.route53globalresolver.CfnHostedZoneAssociationProps |
Python | aws_cdk.aws_route53globalresolver.CfnHostedZoneAssociationProps |
TypeScript | aws-cdk-lib » aws_route53globalresolver » CfnHostedZoneAssociationProps |
Properties for defining a CfnHostedZoneAssociation.
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-lib';
const cfnHostedZoneAssociationProps: route53globalresolver.CfnHostedZoneAssociationProps = {
hostedZoneId: 'hostedZoneId',
name: 'name',
resourceArn: 'resourceArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| hosted | string | |
| name | string | |
| resource | string |
hostedZoneId
Type:
string
name
Type:
string
resourceArn
Type:
string

.NET
Go
Java
Python
TypeScript