CfnHostedZoneAssociationProps
- class aws_cdk.aws_route53globalresolver.CfnHostedZoneAssociationProps(*, hosted_zone_id, name, resource_arn)
Bases:
objectProperties for defining a
CfnHostedZoneAssociation.- Parameters:
hosted_zone_id (
str)name (
str)resource_arn (
str)
- See:
- 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 import aws_route53globalresolver as route53globalresolver cfn_hosted_zone_association_props = route53globalresolver.CfnHostedZoneAssociationProps( hosted_zone_id="hostedZoneId", name="name", resource_arn="resourceArn" )
Attributes
- hosted_zone_id
-
- Type:
see
- name
-
- Type:
see