Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::Route53Profiles::ProfileAssociation

Focus mode
AWS::Route53Profiles::ProfileAssociation - AWS CloudFormation
Filter View

An association between a Route 53 Profile and a VPC.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Route53Profiles::ProfileAssociation", "Properties" : { "Arn" : String, "Name" : String, "ProfileId" : String, "ResourceId" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::Route53Profiles::ProfileAssociation Properties: Arn: String Name: String ProfileId: String ResourceId: String Tags: - Tag

Properties

Arn

The Amazon Resource Name (ARN) of the profile association to a VPC.

Required: No

Type: String

Update requires: No interruption

Name

Name of the Profile association.

Required: Yes

Type: String

Pattern: (?!^[0-9]+$)([a-zA-Z0-9\-_' ']+)

Minimum: 0

Maximum: 64

Update requires: Replacement

ProfileId

ID of the Profile.

Update to this property requires update to the ResourceId property as well, because you can only associate one Profile per VPC. For more information, see Route 53 Profiles.

Required: Yes

Type: String

Minimum: 1

Maximum: 64

Update requires: Replacement

ResourceId

The ID of the VPC.

Required: Yes

Type: String

Minimum: 1

Maximum: 64

Update requires: Replacement

Tags

Property description not available.

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returnsProfileAssociation ID for the profile association to a VPC, such as rpassoc-a6d96d8cexample4.

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

Id

ID of the Profile association.

Next topic:

Tag

Previous topic:

Tag

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.