1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. wellarchitected
  6. Profile

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
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:

    ProfileDescription string
    The profile description.
    ProfileQuestions List<Pulumi.AwsNative.WellArchitected.Inputs.ProfileQuestionUpdate>
    The profile questions.
    ProfileName string
    The name of the profile.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags assigned to the profile.
    ProfileDescription string
    The profile description.
    ProfileQuestions []ProfileQuestionUpdateArgs
    The profile questions.
    ProfileName string
    The name of the profile.
    Tags TagArgs
    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.
    tags list(object)
    The tags assigned to the profile.
    profileDescription String
    The profile description.
    profileQuestions List<ProfileQuestionUpdate>
    The profile questions.
    profileName String
    The name of the profile.
    tags List<Tag>
    The tags assigned to the profile.
    profileDescription string
    The profile description.
    profileQuestions ProfileQuestionUpdate[]
    The profile questions.
    profileName string
    The name of the profile.
    tags Tag[]
    The tags assigned to the profile.
    profile_description str
    The profile description.
    profile_questions Sequence[ProfileQuestionUpdateArgs]
    The profile questions.
    profile_name str
    The name of the profile.
    tags Sequence[TagArgs]
    The tags assigned to the profile.
    profileDescription String
    The profile description.
    profileQuestions List<Property Map>
    The profile questions.
    profileName String
    The name of the profile.
    tags 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:

    CreatedAt 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.
    ProfileArn string
    The profile ARN.
    ProfileVersion string
    The profile version.
    UpdatedAt string
    The date and time the profile was last updated.
    CreatedAt 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.
    ProfileArn string
    The profile ARN.
    ProfileVersion string
    The profile version.
    UpdatedAt 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.
    createdAt 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.
    profileArn String
    The profile ARN.
    profileVersion String
    The profile version.
    updatedAt String
    The date and time the profile was last updated.
    createdAt 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.
    profileArn string
    The profile ARN.
    profileVersion string
    The profile version.
    updatedAt 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.
    createdAt 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.
    profileArn String
    The profile ARN.
    profileVersion String
    The profile version.
    updatedAt String
    The date and time the profile was last updated.

    Supporting Types

    ProfileQuestionUpdate, ProfileQuestionUpdateArgs

    An update to a profile question.
    QuestionId string
    The ID of the question.
    SelectedChoiceIds List<string>
    The selected choices.
    QuestionId string
    The ID of the question.
    SelectedChoiceIds []string
    The selected choices.
    question_id string
    The ID of the question.
    selected_choice_ids list(string)
    The selected choices.
    questionId String
    The ID of the question.
    selectedChoiceIds List<String>
    The selected choices.
    questionId string
    The ID of the question.
    selectedChoiceIds string[]
    The selected choices.
    question_id str
    The ID of the question.
    selected_choice_ids Sequence[str]
    The selected choices.
    questionId String
    The ID of the question.
    selectedChoiceIds List<String>
    The selected choices.

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.74.1
    published on Monday, Aug 3, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial