AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53Profiles::Profile

Route53Profiles Profile

Resource Type definition for AWS::Route53Profiles::Profile

Properties

2 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the resolver profile.
ClientTokenstringThe id of the creator request
IdstringThe ID of the profile.
ShareStatusstringThe sharing status of 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::Profile

Resources:
  MyResource:
    Type: AWS::Route53Profiles::Profile
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

route53profiles:CreateProfileroute53profiles:GetProfileroute53profiles:TagResourceroute53profiles:ListTagsForResource

update

route53profiles:GetProfileroute53profiles:TagResourceroute53profiles:UntagResourceroute53profiles:ListTagsForResource

read

route53profiles:GetProfileroute53profiles:ListTagsForResource

delete

route53profiles:DeleteProfileroute53profiles:GetProfileroute53profiles:UntagResourceroute53profiles:ListTagsForResource

list

route53profiles:ListProfilesroute53profiles: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
Required1
TaggingSupported
Primary IDId

Supported Operations

CreateUpdateReadDeleteList

Immutable After Creation

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

Name

External Links