AWS::WellArchitected::ProfileDefinition of AWS::WellArchitected::Profile Resource Type
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ProfileDescription | string | Required |
ProfileName | string | RequiredCreate-only |
ProfileQuestions | Array<ProfileQuestionUpdate> | Required |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The date and time the profile was created. |
Owner | string | The owner of the profile. |
ProfileArn | string | The profile ARN. |
ProfileVersion | string | The profile version. |
UpdatedAt | string | The date and time the profile was last updated. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::WellArchitected::Profile
Resources:
MyResource:
Type: AWS::WellArchitected::Profile
Properties:
ProfileName: "my-profilename"
ProfileDescription: "value"
ProfileQuestions: []
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
wellarchitected:CreateProfilewellarchitected:GetProfilewellarchitected:TagResourcewellarchitected:ListTagsForResourcewellarchitected:GetProfilewellarchitected:ListTagsForResourcewellarchitected:UpdateProfilewellarchitected:GetProfilewellarchitected:TagResourcewellarchitected:UntagResourcewellarchitected:ListTagsForResourcewellarchitected:DeleteProfilewellarchitected:GetProfilewellarchitected:ListProfilesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterProfileArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ProfileName