AWS::Route53Profiles::ProfileResource Type definition for AWS::Route53Profiles::Profile
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the resolver profile. |
ClientToken | string | The id of the creator request |
Id | string | The ID of the profile. |
ShareStatus | string | The sharing status of the profile. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
route53profiles:CreateProfileroute53profiles:GetProfileroute53profiles:TagResourceroute53profiles:ListTagsForResourceroute53profiles:GetProfileroute53profiles:TagResourceroute53profiles:UntagResourceroute53profiles:ListTagsForResourceroute53profiles:GetProfileroute53profiles:ListTagsForResourceroute53profiles:DeleteProfileroute53profiles:GetProfileroute53profiles:UntagResourceroute53profiles:ListTagsForResourceroute53profiles:ListProfilesroute53profiles:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name