AWS::Route53Profiles::ProfileResourceAssociation
The association between a Route 53 Profile and resources.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Route53Profiles::ProfileResourceAssociation", "Properties" : { "Name" :
String
, "ProfileId" :String
, "ResourceArn" :String
, "ResourceProperties" :String
} }
YAML
Type: AWS::Route53Profiles::ProfileResourceAssociation Properties: Name:
String
ProfileId:String
ResourceArn:String
ResourceProperties:String
Properties
Name
-
Name of the Profile resource association.
Required: Yes
Type: String
Pattern:
(?!^[0-9]+$)([a-zA-Z0-9\-_' ']+)
Minimum:
0
Maximum:
64
Update requires: Replacement
ProfileId
-
Profile ID of the Profile that the resources are associated with.
Required: Yes
Type: String
Minimum:
1
Maximum:
64
Update requires: Replacement
ResourceArn
-
The Amazon Resource Name (ARN) of the resource association.
Required: Yes
Type: String
Minimum:
1
Maximum:
255
Update requires: Replacement
ResourceProperties
-
If the DNS resource is a DNS Firewall rule group, this indicates the priority.
Required: No
Type: String
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns
ProfileResourceAssociation
ID for the profile resource association, such as rpr-001ba2563f9example6
.
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 resource association.
ResourceType
-
Resource type, such as a private hosted zone, or DNS Firewall rule group.