We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi
Definition of AWS::WellArchitected::Profile Resource Type
Create Profile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Profile(name: string, args: ProfileArgs, opts?: CustomResourceOptions);@overload
def Profile(resource_name: str,
args: ProfileArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Profile(resource_name: str,
opts: Optional[ResourceOptions] = None,
profile_description: Optional[str] = None,
profile_questions: Optional[Sequence[ProfileQuestionUpdateArgs]] = None,
profile_name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewProfile(ctx *Context, name string, args ProfileArgs, opts ...ResourceOption) (*Profile, error)public Profile(string name, ProfileArgs args, CustomResourceOptions? opts = null)
public Profile(String name, ProfileArgs args)
public Profile(String name, ProfileArgs args, CustomResourceOptions options)
type: aws-native:wellarchitected:Profile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_wellarchitected_profile" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args ProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ProfileArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ProfileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProfileArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Profile Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Profile resource accepts the following input properties:
- Profile
Description string - The profile description.
- Profile
Questions List<Pulumi.Aws Native. Well Architected. Inputs. Profile Question Update> - The profile questions.
- Profile
Name string - The name of the profile.
-
List<Pulumi.
Aws Native. Inputs. Tag> - The tags assigned to the profile.
- Profile
Description string - The profile description.
- Profile
Questions []ProfileQuestion Update Args - The profile questions.
- Profile
Name string - The name of the profile.
-
Tag
Args - The tags assigned to the profile.
- profile_
description string - The profile description.
- profile_
questions list(object) - The profile questions.
- profile_
name string - The name of the profile.
- list(object)
- The tags assigned to the profile.
- profile
Description String - The profile description.
- profile
Questions List<ProfileQuestion Update> - The profile questions.
- profile
Name String - The name of the profile.
- List<Tag>
- The tags assigned to the profile.
- profile
Description string - The profile description.
- profile
Questions ProfileQuestion Update[] - The profile questions.
- profile
Name string - The name of the profile.
- Tag[]
- The tags assigned to the profile.
- profile_
description str - The profile description.
- profile_
questions Sequence[ProfileQuestion Update Args] - The profile questions.
- profile_
name str - The name of the profile.
-
Sequence[Tag
Args] - The tags assigned to the profile.
- profile
Description String - The profile description.
- profile
Questions List<Property Map> - The profile questions.
- profile
Name String - The name of the profile.
- List<Property Map>
- The tags assigned to the profile.
Outputs
All input properties are implicitly available as output properties. Additionally, the Profile resource produces the following output properties:
- Created
At string - The date and time the profile was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Owner string
- The owner of the profile.
- Profile
Arn string - The profile ARN.
- Profile
Version string - The profile version.
- Updated
At string - The date and time the profile was last updated.
- Created
At string - The date and time the profile was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Owner string
- The owner of the profile.
- Profile
Arn string - The profile ARN.
- Profile
Version string - The profile version.
- Updated
At string - The date and time the profile was last updated.
- created_
at string - The date and time the profile was created.
- id string
- The provider-assigned unique ID for this managed resource.
- owner string
- The owner of the profile.
- profile_
arn string - The profile ARN.
- profile_
version string - The profile version.
- updated_
at string - The date and time the profile was last updated.
- created
At String - The date and time the profile was created.
- id String
- The provider-assigned unique ID for this managed resource.
- owner String
- The owner of the profile.
- profile
Arn String - The profile ARN.
- profile
Version String - The profile version.
- updated
At String - The date and time the profile was last updated.
- created
At string - The date and time the profile was created.
- id string
- The provider-assigned unique ID for this managed resource.
- owner string
- The owner of the profile.
- profile
Arn string - The profile ARN.
- profile
Version string - The profile version.
- updated
At string - The date and time the profile was last updated.
- created_
at str - The date and time the profile was created.
- id str
- The provider-assigned unique ID for this managed resource.
- owner str
- The owner of the profile.
- profile_
arn str - The profile ARN.
- profile_
version str - The profile version.
- updated_
at str - The date and time the profile was last updated.
- created
At String - The date and time the profile was created.
- id String
- The provider-assigned unique ID for this managed resource.
- owner String
- The owner of the profile.
- profile
Arn String - The profile ARN.
- profile
Version String - The profile version.
- updated
At String - The date and time the profile was last updated.
Supporting Types
ProfileQuestionUpdate, ProfileQuestionUpdateArgs
An update to a profile question.- Question
Id string - The ID of the question.
- Selected
Choice List<string>Ids - The selected choices.
- Question
Id string - The ID of the question.
- Selected
Choice []stringIds - The selected choices.
- question_
id string - The ID of the question.
- selected_
choice_ list(string)ids - The selected choices.
- question
Id String - The ID of the question.
- selected
Choice List<String>Ids - The selected choices.
- question
Id string - The ID of the question.
- selected
Choice string[]Ids - The selected choices.
- question_
id str - The ID of the question.
- selected_
choice_ Sequence[str]ids - The selected choices.
- question
Id String - The ID of the question.
- selected
Choice List<String>Ids - The selected choices.
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi