AWS::Route53Profiles::ProfileResourceAssociationResource Type definition for AWS::Route53Profiles::ProfileResourceAssociation
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
ProfileId | string | RequiredCreate-only |
ResourceArn | string | RequiredCreate-only |
ResourceProperties | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | Primary Identifier for Profile Resource Association |
ResourceType | string | The type of the resource associated to the Profile. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
route53profiles:AssociateResourceToProfileroute53profiles:GetProfileResourceAssociationroute53resolver:GetFirewallRuleGrouproute53resolver:GetResolverRuleroute53:GetHostedZoneroute53profiles:ListProfileResourceAssociationsroute53resolver:GetResolverQueryLogConfigec2:DescribeVpcEndpointsroute53profiles:GetProfileResourceAssociationroute53profiles:DisassociateResourceFromProfileroute53profiles:GetProfileResourceAssociationroute53resolver:GetFirewallRuleGrouproute53resolver:GetResolverRuleroute53:GetHostedZoneroute53resolver:GetResolverQueryLogConfigec2:DescribeVpcEndpointsroute53profiles:ListProfileResourceAssociationsroute53profiles:UpdateProfileResourceAssociationOur 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.
ProfileIdNameResourceArn