interface CfnHostedZoneAssociationMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Route53GlobalResolver.CfnHostedZoneAssociationMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsroute53globalresolver#CfnHostedZoneAssociationMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.route53globalresolver.CfnHostedZoneAssociationMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_route53globalresolver.CfnHostedZoneAssociationMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_route53globalresolver » CfnHostedZoneAssociationMixinProps |
Properties for CfnHostedZoneAssociationPropsMixin.
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 cfnHostedZoneAssociationMixinProps: route53globalresolver.CfnHostedZoneAssociationMixinProps = {
hostedZoneId: 'hostedZoneId',
name: 'name',
resourceArn: 'resourceArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| hosted | string | |
| name? | string | |
| resource | string |
hostedZoneId?
Type:
string
(optional)
name?
Type:
string
(optional)
resourceArn?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript