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
published on Monday, Aug 3, 2026 by Pulumi
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
published on Monday, Aug 3, 2026 by Pulumi
Definition of AWS::WellArchitected::Profile Resource Type
Using getProfile
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getProfile(args: GetProfileArgs, opts?: InvokeOptions): Promise<GetProfileResult>
function getProfileOutput(args: GetProfileOutputArgs, opts?: InvokeOptions): Output<GetProfileResult>def get_profile(profile_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProfileResult
def get_profile_output(profile_arn: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProfileResult]func LookupProfile(ctx *Context, args *LookupProfileArgs, opts ...InvokeOption) (*LookupProfileResult, error)
func LookupProfileOutput(ctx *Context, args *LookupProfileOutputArgs, opts ...InvokeOption) LookupProfileResultOutput> Note: This function is named LookupProfile in the Go SDK.
public static class GetProfile
{
public static Task<GetProfileResult> InvokeAsync(GetProfileArgs args, InvokeOptions? opts = null)
public static Output<GetProfileResult> Invoke(GetProfileInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetProfileResult> getProfile(GetProfileArgs args, InvokeOptions options)
public static Output<GetProfileResult> getProfile(GetProfileArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:wellarchitected:getProfile
arguments:
# arguments dictionarydata "aws-native_wellarchitected_get_profile" "name" {
# arguments
}The following arguments are supported:
- Profile
Arn string - The profile ARN.
- Profile
Arn string - The profile ARN.
- profile_
arn string - The profile ARN.
- profile
Arn String - The profile ARN.
- profile
Arn string - The profile ARN.
- profile_
arn str - The profile ARN.
- profile
Arn String - The profile ARN.
getProfile Result
The following output properties are available:
- Created
At string - The date and time the profile was created.
- Owner string
- The owner of the profile.
- Profile
Arn string - The profile ARN.
- Profile
Description string - The profile description.
- Profile
Questions List<Pulumi.Aws Native. Well Architected. Outputs. Profile Question Update> - The profile questions.
- Profile
Version string - The profile version.
-
List<Pulumi.
Aws Native. Outputs. Tag> - The tags assigned to the profile.
- Updated
At string - The date and time the profile was last updated.
- Created
At string - The date and time the profile was created.
- Owner string
- The owner of the profile.
- Profile
Arn string - The profile ARN.
- Profile
Description string - The profile description.
- Profile
Questions []ProfileQuestion Update - The profile questions.
- Profile
Version string - The profile version.
- Tag
- The tags assigned to the profile.
- Updated
At string - The date and time the profile was last updated.
- created_
at string - The date and time the profile was created.
- owner string
- The owner of the profile.
- profile_
arn string - The profile ARN.
- profile_
description string - The profile description.
- profile_
questions list(object) - The profile questions.
- profile_
version string - The profile version.
- list(object)
- The tags assigned to the profile.
- updated_
at string - The date and time the profile was last updated.
- created
At String - The date and time the profile was created.
- owner String
- The owner of the profile.
- profile
Arn String - The profile ARN.
- profile
Description String - The profile description.
- profile
Questions List<ProfileQuestion Update> - The profile questions.
- profile
Version String - The profile version.
- List<Tag>
- The tags assigned to the profile.
- updated
At String - The date and time the profile was last updated.
- created
At string - The date and time the profile was created.
- owner string
- The owner of the profile.
- profile
Arn string - The profile ARN.
- profile
Description string - The profile description.
- profile
Questions ProfileQuestion Update[] - The profile questions.
- profile
Version string - The profile version.
- Tag[]
- The tags assigned to the profile.
- updated
At string - The date and time the profile was last updated.
- created_
at str - The date and time the profile was created.
- owner str
- The owner of the profile.
- profile_
arn str - The profile ARN.
- profile_
description str - The profile description.
- profile_
questions Sequence[ProfileQuestion Update] - The profile questions.
- profile_
version str - The profile version.
- Sequence[root_Tag]
- The tags assigned to the profile.
- updated_
at str - The date and time the profile was last updated.
- created
At String - The date and time the profile was created.
- owner String
- The owner of the profile.
- profile
Arn String - The profile ARN.
- profile
Description String - The profile description.
- profile
Questions List<Property Map> - The profile questions.
- profile
Version String - The profile version.
- List<Property Map>
- The tags assigned to the profile.
- updated
At String - The date and time the profile was last updated.
Supporting Types
ProfileQuestionUpdate
- 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
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Aug 3, 2026 by Pulumi