We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 23, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 23, 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:
- Hosted
Zone stringId - Resource
Arn string - Name string
- Hosted
Zone stringId - Resource
Arn string - Name string
- hosted
Zone StringId - resource
Arn String - name String
- hosted
Zone stringId - resource
Arn string - name string
- hosted_
zone_ strid - resource_
arn str - name str
- hosted
Zone StringId - resource
Arn String - name String
Outputs
All input properties are implicitly available as output properties. Additionally, the HostedZoneAssociation resource produces the following output properties:
- Created
At string - Hosted
Zone stringAssociation Id - Hosted
Zone stringName - Id string
- The provider-assigned unique ID for this managed resource.
- Status
Pulumi.
Aws Native. Route53Global Resolver. Hosted Zone Association Status - Updated
At string
- Created
At string - Hosted
Zone stringAssociation Id - Hosted
Zone stringName - Id string
- The provider-assigned unique ID for this managed resource.
- Status
Hosted
Zone Association Status - Updated
At string
- created
At String - hosted
Zone StringAssociation Id - hosted
Zone StringName - id String
- The provider-assigned unique ID for this managed resource.
- status
Hosted
Zone Association Status - updated
At String
- created
At string - hosted
Zone stringAssociation Id - hosted
Zone stringName - id string
- The provider-assigned unique ID for this managed resource.
- status
Hosted
Zone Association Status - updated
At string
- created_
at str - hosted_
zone_ strassociation_ id - hosted_
zone_ strname - id str
- The provider-assigned unique ID for this managed resource.
- status
Hosted
Zone Association Status - updated_
at str
- created
At String - hosted
Zone StringAssociation Id - hosted
Zone StringName - id String
- The provider-assigned unique ID for this managed resource.
- status "CREATING" | "OPERATIONAL" | "DELETING"
- updated
At String
Supporting Types
HostedZoneAssociationStatus, HostedZoneAssociationStatusArgs
- Creating
CREATING- Operational
OPERATIONAL- Deleting
DELETING
- Hosted
Zone Association Status Creating CREATING- Hosted
Zone Association Status Operational OPERATIONAL- Hosted
Zone Association Status Deleting 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
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 23, 2026 by Pulumi
