HostedZoneAssociationReference

class aws_cdk.interfaces.aws_route53globalresolver.HostedZoneAssociationReference(*, hosted_zone_association_id)

Bases: object

A reference to a HostedZoneAssociation resource.

Parameters:

hosted_zone_association_id (str) – The HostedZoneAssociationId of the HostedZoneAssociation 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

hosted_zone_association_reference = interfaces_route53globalresolver.HostedZoneAssociationReference(
    hosted_zone_association_id="hostedZoneAssociationId"
)

Attributes

hosted_zone_association_id

The HostedZoneAssociationId of the HostedZoneAssociation resource.