

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# Amazon Route 53 Profiles
<a name="AWS_Route53Profiles"></a>

**Resource types**
+ [AWS::Route53Profiles::Profile](aws-resource-route53profiles-profile.md)
+ [AWS::Route53Profiles::ProfileAssociation](aws-resource-route53profiles-profileassociation.md)
+ [AWS::Route53Profiles::ProfileResourceAssociation](aws-resource-route53profiles-profileresourceassociation.md)

# AWS::Route53Profiles::Profile
<a name="aws-resource-route53profiles-profile"></a>

 A complex type that includes settings for a Route 53 Profile. 

## Syntax
<a name="aws-resource-route53profiles-profile-syntax"></a>

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

### JSON
<a name="aws-resource-route53profiles-profile-syntax.json"></a>

```
{
  "Type" : "AWS::Route53Profiles::Profile",
  "Properties" : {
      "[Name](#cfn-route53profiles-profile-name)" : String,
      "[Tags](#cfn-route53profiles-profile-tags)" : [ Tag, ... ]
    }
}
```

### YAML
<a name="aws-resource-route53profiles-profile-syntax.yaml"></a>

```
Type: AWS::Route53Profiles::Profile
Properties:
  [Name](#cfn-route53profiles-profile-name): String
  [Tags](#cfn-route53profiles-profile-tags): 
    - Tag
```

## Properties
<a name="aws-resource-route53profiles-profile-properties"></a>

`Name`  <a name="cfn-route53profiles-profile-name"></a>
 Name of the Profile.   
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `64`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Tags`  <a name="cfn-route53profiles-profile-tags"></a>
A list of the tag keys and values that you want to associate with the profile.  
*Required*: No  
*Type*: Array of [Tag](aws-properties-route53profiles-profile-tag.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

## Return values
<a name="aws-resource-route53profiles-profile-return-values"></a>

### Ref
<a name="aws-resource-route53profiles-profile-return-values-ref"></a>

When you pass the logical ID of this resource to the intrinsic `Ref` function, `Ref` returns`Profile` ID for the profile, such as `rp-9e6daa461example`.

For more information about using the `Ref` function, see [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html).

### Fn::GetAtt
<a name="aws-resource-route53profiles-profile-return-values-fn--getatt"></a>

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 [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html).

#### 
<a name="aws-resource-route53profiles-profile-return-values-fn--getatt-fn--getatt"></a>

`Arn`  <a name="Arn-fn::getatt"></a>
 The Amazon Resource Name (ARN) of the Profile. 

`ClientToken`  <a name="ClientToken-fn::getatt"></a>
 The `ClientToken` value that was assigned when the Profile was created. 

`Id`  <a name="Id-fn::getatt"></a>
 ID of the Profile. 

`ShareStatus`  <a name="ShareStatus-fn::getatt"></a>
 Sharing status for the Profile. 

# AWS::Route53Profiles::Profile Tag
<a name="aws-properties-route53profiles-profile-tag"></a>

 Tag for the Profile. 

## Syntax
<a name="aws-properties-route53profiles-profile-tag-syntax"></a>

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

### JSON
<a name="aws-properties-route53profiles-profile-tag-syntax.json"></a>

```
{
  "[Key](#cfn-route53profiles-profile-tag-key)" : String,
  "[Value](#cfn-route53profiles-profile-tag-value)" : String
}
```

### YAML
<a name="aws-properties-route53profiles-profile-tag-syntax.yaml"></a>

```
  [Key](#cfn-route53profiles-profile-tag-key): String
  [Value](#cfn-route53profiles-profile-tag-value): String
```

## Properties
<a name="aws-properties-route53profiles-profile-tag-properties"></a>

`Key`  <a name="cfn-route53profiles-profile-tag-key"></a>
 Key associated with the `Tag`.   
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-route53profiles-profile-tag-value"></a>
 Value for the Tag.   
*Required*: Yes  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::Route53Profiles::ProfileAssociation
<a name="aws-resource-route53profiles-profileassociation"></a>

 An association between a Route 53 Profile and a VPC. 

## Syntax
<a name="aws-resource-route53profiles-profileassociation-syntax"></a>

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

### JSON
<a name="aws-resource-route53profiles-profileassociation-syntax.json"></a>

```
{
  "Type" : "AWS::Route53Profiles::ProfileAssociation",
  "Properties" : {
      "[Arn](#cfn-route53profiles-profileassociation-arn)" : String,
      "[Name](#cfn-route53profiles-profileassociation-name)" : String,
      "[ProfileId](#cfn-route53profiles-profileassociation-profileid)" : String,
      "[ResourceId](#cfn-route53profiles-profileassociation-resourceid)" : String,
      "[Tags](#cfn-route53profiles-profileassociation-tags)" : [ Tag, ... ]
    }
}
```

### YAML
<a name="aws-resource-route53profiles-profileassociation-syntax.yaml"></a>

```
Type: AWS::Route53Profiles::ProfileAssociation
Properties:
  [Arn](#cfn-route53profiles-profileassociation-arn): String
  [Name](#cfn-route53profiles-profileassociation-name): String
  [ProfileId](#cfn-route53profiles-profileassociation-profileid): String
  [ResourceId](#cfn-route53profiles-profileassociation-resourceid): String
  [Tags](#cfn-route53profiles-profileassociation-tags): 
    - Tag
```

## Properties
<a name="aws-resource-route53profiles-profileassociation-properties"></a>

`Arn`  <a name="cfn-route53profiles-profileassociation-arn"></a>
The Amazon Resource Name (ARN) of the profile association to a VPC.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-route53profiles-profileassociation-name"></a>
 Name of the Profile association.   
*Required*: Yes  
*Type*: String  
*Pattern*: `(?!^[0-9]+$)([a-zA-Z0-9\-_' ']+)`  
*Minimum*: `0`  
*Maximum*: `64`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`ProfileId`  <a name="cfn-route53profiles-profileassociation-profileid"></a>
 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](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/profiles.html).  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `64`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`ResourceId`  <a name="cfn-route53profiles-profileassociation-resourceid"></a>
 The ID of the VPC.   
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `64`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Tags`  <a name="cfn-route53profiles-profileassociation-tags"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [Tag](aws-properties-route53profiles-profileassociation-tag.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

## Return values
<a name="aws-resource-route53profiles-profileassociation-return-values"></a>

### Ref
<a name="aws-resource-route53profiles-profileassociation-return-values-ref"></a>

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

For more information about using the `Ref` function, see [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html).

### Fn::GetAtt
<a name="aws-resource-route53profiles-profileassociation-return-values-fn--getatt"></a>

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 [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html).

#### 
<a name="aws-resource-route53profiles-profileassociation-return-values-fn--getatt-fn--getatt"></a>

`Id`  <a name="Id-fn::getatt"></a>
 ID of the Profile association. 

# AWS::Route53Profiles::ProfileAssociation Tag
<a name="aws-properties-route53profiles-profileassociation-tag"></a>

 Tag for the Profile. 

## Syntax
<a name="aws-properties-route53profiles-profileassociation-tag-syntax"></a>

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

### JSON
<a name="aws-properties-route53profiles-profileassociation-tag-syntax.json"></a>

```
{
  "[Key](#cfn-route53profiles-profileassociation-tag-key)" : String,
  "[Value](#cfn-route53profiles-profileassociation-tag-value)" : String
}
```

### YAML
<a name="aws-properties-route53profiles-profileassociation-tag-syntax.yaml"></a>

```
  [Key](#cfn-route53profiles-profileassociation-tag-key): String
  [Value](#cfn-route53profiles-profileassociation-tag-value): String
```

## Properties
<a name="aws-properties-route53profiles-profileassociation-tag-properties"></a>

`Key`  <a name="cfn-route53profiles-profileassociation-tag-key"></a>
 Key associated with the `Tag`.   
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-route53profiles-profileassociation-tag-value"></a>
 Value for the Tag.   
*Required*: Yes  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::Route53Profiles::ProfileResourceAssociation
<a name="aws-resource-route53profiles-profileresourceassociation"></a>

 The association between a Route 53 Profile and resources. 

## Syntax
<a name="aws-resource-route53profiles-profileresourceassociation-syntax"></a>

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

### JSON
<a name="aws-resource-route53profiles-profileresourceassociation-syntax.json"></a>

```
{
  "Type" : "AWS::Route53Profiles::ProfileResourceAssociation",
  "Properties" : {
      "[Name](#cfn-route53profiles-profileresourceassociation-name)" : String,
      "[ProfileId](#cfn-route53profiles-profileresourceassociation-profileid)" : String,
      "[ResourceArn](#cfn-route53profiles-profileresourceassociation-resourcearn)" : String,
      "[ResourceProperties](#cfn-route53profiles-profileresourceassociation-resourceproperties)" : String
    }
}
```

### YAML
<a name="aws-resource-route53profiles-profileresourceassociation-syntax.yaml"></a>

```
Type: AWS::Route53Profiles::ProfileResourceAssociation
Properties:
  [Name](#cfn-route53profiles-profileresourceassociation-name): String
  [ProfileId](#cfn-route53profiles-profileresourceassociation-profileid): String
  [ResourceArn](#cfn-route53profiles-profileresourceassociation-resourcearn): String
  [ResourceProperties](#cfn-route53profiles-profileresourceassociation-resourceproperties): String
```

## Properties
<a name="aws-resource-route53profiles-profileresourceassociation-properties"></a>

`Name`  <a name="cfn-route53profiles-profileresourceassociation-name"></a>
 Name of the Profile resource association.   
*Required*: Yes  
*Type*: String  
*Pattern*: `(?!^[0-9]+$)([a-zA-Z0-9\-_' ']+)`  
*Minimum*: `0`  
*Maximum*: `64`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`ProfileId`  <a name="cfn-route53profiles-profileresourceassociation-profileid"></a>
 Profile ID of the Profile that the resources are associated with.   
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `64`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`ResourceArn`  <a name="cfn-route53profiles-profileresourceassociation-resourcearn"></a>
 The Amazon Resource Name (ARN) of the resource association.   
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `255`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`ResourceProperties`  <a name="cfn-route53profiles-profileresourceassociation-resourceproperties"></a>
 If the DNS resource is a DNS Firewall rule group, this indicates the priority.   
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

## Return values
<a name="aws-resource-route53profiles-profileresourceassociation-return-values"></a>

### Ref
<a name="aws-resource-route53profiles-profileresourceassociation-return-values-ref"></a>

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 [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html).

### Fn::GetAtt
<a name="aws-resource-route53profiles-profileresourceassociation-return-values-fn--getatt"></a>

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 [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html).

#### 
<a name="aws-resource-route53profiles-profileresourceassociation-return-values-fn--getatt-fn--getatt"></a>

`Id`  <a name="Id-fn::getatt"></a>
 ID of the Profile resource association. 

`ResourceType`  <a name="ResourceType-fn::getatt"></a>
 Resource type, such as a private hosted zone, interface VPC endpoint, or DNS Firewall rule group. 