CfnHostedZoneAssociationProps

class aws_cdk.aws_route53globalresolver.CfnHostedZoneAssociationProps(*, hosted_zone_id, name, resource_arn)

Bases: object

Properties for defining a CfnHostedZoneAssociation.

Parameters:
  • hosted_zone_id (str)

  • name (str)

  • resource_arn (str)

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-hostedzoneassociation.html

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

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-hostedzoneassociation.html#cfn-route53globalresolver-hostedzoneassociation-hostedzoneid

Type:

see

name

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-hostedzoneassociation.html#cfn-route53globalresolver-hostedzoneassociation-name

Type:

see

resource_arn

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-hostedzoneassociation.html#cfn-route53globalresolver-hostedzoneassociation-resourcearn

Type:

see