AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53Profiles::ProfileAssociation

Route53Profiles ProfileAssociation

Resource Type definition for AWS::Route53Profiles::ProfileAssociation

Properties

5 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
ProfileId
string
RequiredCreate-only
ResourceId
string
RequiredCreate-only
Arn
string
Write-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
IdstringPrimary Identifier for Profile Association

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53Profiles::ProfileAssociation

Resources:
  MyResource:
    Type: AWS::Route53Profiles::ProfileAssociation
    Properties:
      ResourceId: "my-resourceid"
      ProfileId: "my-profileid"
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

route53profiles:AssociateProfileroute53profiles:GetProfileAssociationroute53profiles:ListProfileAssociationsec2:DescribeVpcsroute53profiles:TagResourceroute53profiles:ListTagsForResource

update

route53profiles:GetProfileAssociationroute53profiles:TagResourceroute53profiles:UntagResourceroute53profiles:ListTagsForResource

read

route53profiles:GetProfileAssociationroute53profiles:ListTagsForResource

delete

route53profiles:DisassociateProfileroute53profiles:GetProfileAssociationroute53profiles:UntagResourceroute53profiles:ListTagsForResource

list

route53profiles:ListProfileAssociationsroute53profiles:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceRoute53Profiles
Properties6
Required3
TaggingSupported
Primary IDId

Supported Operations

CreateUpdateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameResourceIdProfileId

External Links