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
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.