1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. route53globalresolver
  5. HostedZoneAssociation

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.59.0
published on Monday, Mar 30, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.59.0
published on Monday, Mar 30, 2026 by Pulumi

    Resource schema for AWS::Route53GlobalResolver::HostedZoneAssociation

    Create HostedZoneAssociation Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new HostedZoneAssociation(name: string, args: HostedZoneAssociationArgs, opts?: CustomResourceOptions);
    @overload
    def HostedZoneAssociation(resource_name: str,
                              args: HostedZoneAssociationArgs,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def HostedZoneAssociation(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              hosted_zone_id: Optional[str] = None,
                              resource_arn: Optional[str] = None,
                              name: Optional[str] = None)
    func NewHostedZoneAssociation(ctx *Context, name string, args HostedZoneAssociationArgs, opts ...ResourceOption) (*HostedZoneAssociation, error)
    public HostedZoneAssociation(string name, HostedZoneAssociationArgs args, CustomResourceOptions? opts = null)
    public HostedZoneAssociation(String name, HostedZoneAssociationArgs args)
    public HostedZoneAssociation(String name, HostedZoneAssociationArgs args, CustomResourceOptions options)
    
    type: aws-native:route53globalresolver:HostedZoneAssociation
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args HostedZoneAssociationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args HostedZoneAssociationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args HostedZoneAssociationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args HostedZoneAssociationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args HostedZoneAssociationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    HostedZoneAssociation Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The HostedZoneAssociation resource accepts the following input properties:

    HostedZoneId string
    ResourceArn string
    Name string
    HostedZoneId string
    ResourceArn string
    Name string
    hostedZoneId String
    resourceArn String
    name String
    hostedZoneId string
    resourceArn string
    name string
    hostedZoneId String
    resourceArn String
    name String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the HostedZoneAssociation resource produces the following output properties:

    CreatedAt string
    HostedZoneAssociationId string
    HostedZoneName string
    Id string
    The provider-assigned unique ID for this managed resource.
    Status Pulumi.AwsNative.Route53GlobalResolver.HostedZoneAssociationStatus
    UpdatedAt string
    CreatedAt string
    HostedZoneAssociationId string
    HostedZoneName string
    Id string
    The provider-assigned unique ID for this managed resource.
    Status HostedZoneAssociationStatus
    UpdatedAt string
    createdAt String
    hostedZoneAssociationId String
    hostedZoneName String
    id String
    The provider-assigned unique ID for this managed resource.
    status HostedZoneAssociationStatus
    updatedAt String
    createdAt string
    hostedZoneAssociationId string
    hostedZoneName string
    id string
    The provider-assigned unique ID for this managed resource.
    status HostedZoneAssociationStatus
    updatedAt string
    created_at str
    hosted_zone_association_id str
    hosted_zone_name str
    id str
    The provider-assigned unique ID for this managed resource.
    status HostedZoneAssociationStatus
    updated_at str
    createdAt String
    hostedZoneAssociationId String
    hostedZoneName String
    id String
    The provider-assigned unique ID for this managed resource.
    status "CREATING" | "OPERATIONAL" | "DELETING"
    updatedAt String

    Supporting Types

    HostedZoneAssociationStatus, HostedZoneAssociationStatusArgs

    Creating
    CREATING
    Operational
    OPERATIONAL
    Deleting
    DELETING
    HostedZoneAssociationStatusCreating
    CREATING
    HostedZoneAssociationStatusOperational
    OPERATIONAL
    HostedZoneAssociationStatusDeleting
    DELETING
    Creating
    CREATING
    Operational
    OPERATIONAL
    Deleting
    DELETING
    Creating
    CREATING
    Operational
    OPERATIONAL
    Deleting
    DELETING
    CREATING
    CREATING
    OPERATIONAL
    OPERATIONAL
    DELETING
    DELETING
    "CREATING"
    CREATING
    "OPERATIONAL"
    OPERATIONAL
    "DELETING"
    DELETING

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.59.0
    published on Monday, Mar 30, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.