AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53GlobalResolver::HostedZoneAssociation

Route53GlobalResolver HostedZoneAssociation

Resource schema for AWS::Route53GlobalResolver::HostedZoneAssociation

Properties

3 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
HostedZoneId
string
RequiredCreate-only
Name
string
Required
ResourceArn
string
RequiredCreate-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstring-
HostedZoneAssociationIdstring-
HostedZoneNamestring-
Statusstring-
UpdatedAtstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53GlobalResolver::HostedZoneAssociation

Resources:
  MyResource:
    Type: AWS::Route53GlobalResolver::HostedZoneAssociation
    Properties:
      HostedZoneId: "my-hostedzoneid"
      ResourceArn: "arn:aws:service:region:account:resource"
      Name: "my-name"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

route53globalresolver:AssociateHostedZoneroute53globalresolver:GetHostedZoneAssociationroute53:GetHostedZone

read

route53globalresolver:GetHostedZoneAssociationroute53:GetHostedZone

update

route53globalresolver:UpdateHostedZoneAssociationroute53globalresolver:GetHostedZoneAssociationroute53:GetHostedZone

delete

route53globalresolver:DisassociateHostedZoneroute53globalresolver:GetHostedZoneAssociationroute53:GetHostedZone

list

route53globalresolver:ListHostedZoneAssociationsroute53:GetHostedZone

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceRoute53GlobalResolver
Properties8
Required3
TaggingNot supported
Primary IDHostedZoneAssociationId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

HostedZoneIdResourceArn

External Links