AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53Profiles::ProfileResourceAssociation

Route53Profiles ProfileResourceAssociation

Resource Type definition for AWS::Route53Profiles::ProfileResourceAssociation

Properties

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

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
ProfileId
string
RequiredCreate-only
ResourceArn
string
RequiredCreate-only
ResourceProperties
string

Return Values

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

AttributeTypeDescription
IdstringPrimary Identifier for Profile Resource Association
ResourceTypestringThe type of the resource associated to the Profile.

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::ProfileResourceAssociation

Resources:
  MyResource:
    Type: AWS::Route53Profiles::ProfileResourceAssociation
    Properties:
      ProfileId: "my-profileid"
      Name: "my-name"
      ResourceArn: "arn:aws:service:region:account:resource"

Required IAM Permissions

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

create

route53profiles:AssociateResourceToProfileroute53profiles:GetProfileResourceAssociationroute53resolver:GetFirewallRuleGrouproute53resolver:GetResolverRuleroute53:GetHostedZoneroute53profiles:ListProfileResourceAssociationsroute53resolver:GetResolverQueryLogConfigec2:DescribeVpcEndpoints

read

route53profiles:GetProfileResourceAssociation

delete

route53profiles:DisassociateResourceFromProfileroute53profiles:GetProfileResourceAssociationroute53resolver:GetFirewallRuleGrouproute53resolver:GetResolverRuleroute53:GetHostedZoneroute53resolver:GetResolverQueryLogConfigec2:DescribeVpcEndpoints

list

route53profiles:ListProfileResourceAssociations

update

route53profiles:UpdateProfileResourceAssociation

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
TaggingNot supported
Primary IDId

Supported Operations

CreateReadDeleteListUpdate

Immutable After Creation

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

ProfileIdNameResourceArn

Related Resources

External Links