interface HostedZoneAssociationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Route53GlobalResolver.HostedZoneAssociationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsroute53globalresolver#HostedZoneAssociationReference |
Java | software.amazon.awscdk.interfaces.route53globalresolver.HostedZoneAssociationReference |
Python | aws_cdk.interfaces.aws_route53globalresolver.HostedZoneAssociationReference |
TypeScript | aws-cdk-lib » interfaces » aws_route53globalresolver » HostedZoneAssociationReference |
A reference to a HostedZoneAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_route53globalresolver as interfaces_route53globalresolver } from 'aws-cdk-lib/interfaces';
const hostedZoneAssociationReference: interfaces_route53globalresolver.HostedZoneAssociationReference = {
hostedZoneAssociationId: 'hostedZoneAssociationId',
};
Properties
| Name | Type | Description |
|---|---|---|
| hosted | string | The HostedZoneAssociationId of the HostedZoneAssociation resource. |
hostedZoneAssociationId
Type:
string
The HostedZoneAssociationId of the HostedZoneAssociation resource.

.NET
Go
Java
Python
TypeScript