We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi
aws-native.datazone.getProjectProfile
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi
Definition of AWS::DataZone::ProjectProfile Resource Type
Using getProjectProfile
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 getProjectProfile(args: GetProjectProfileArgs, opts?: InvokeOptions): Promise<GetProjectProfileResult>
function getProjectProfileOutput(args: GetProjectProfileOutputArgs, opts?: InvokeOptions): Output<GetProjectProfileResult>
def get_project_profile(domain_identifier: Optional[str] = None,
identifier: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProjectProfileResult
def get_project_profile_output(domain_identifier: Optional[pulumi.Input[str]] = None,
identifier: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProjectProfileResult]
func LookupProjectProfile(ctx *Context, args *LookupProjectProfileArgs, opts ...InvokeOption) (*LookupProjectProfileResult, error)
func LookupProjectProfileOutput(ctx *Context, args *LookupProjectProfileOutputArgs, opts ...InvokeOption) LookupProjectProfileResultOutput
> Note: This function is named LookupProjectProfile
in the Go SDK.
public static class GetProjectProfile
{
public static Task<GetProjectProfileResult> InvokeAsync(GetProjectProfileArgs args, InvokeOptions? opts = null)
public static Output<GetProjectProfileResult> Invoke(GetProjectProfileInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetProjectProfileResult> getProjectProfile(GetProjectProfileArgs args, InvokeOptions options)
public static Output<GetProjectProfileResult> getProjectProfile(GetProjectProfileArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:datazone:getProjectProfile
arguments:
# arguments dictionary
The following arguments are supported:
- Domain
Identifier string - Identifier string
- Domain
Identifier string - Identifier string
- domain
Identifier String - identifier String
- domain
Identifier string - identifier string
- domain_
identifier str - identifier str
- domain
Identifier String - identifier String
getProjectProfile Result
The following output properties are available:
- Created
At string - The timestamp of when the project profile was created.
- Created
By string - The user who created the project profile.
- Description string
- The description of the project profile.
- Domain
Id string - The domain ID of the project profile.
- Domain
Unit stringId - The domain unit ID of the project profile.
- Id string
- The ID of the project profile.
- Identifier string
- Last
Updated stringAt - The timestamp at which a project profile was last updated.
- Name string
- The name of a project profile.
- Status
Pulumi.
Aws Native. Data Zone. Project Profile Status - The status of a project profile.
- Created
At string - The timestamp of when the project profile was created.
- Created
By string - The user who created the project profile.
- Description string
- The description of the project profile.
- Domain
Id string - The domain ID of the project profile.
- Domain
Unit stringId - The domain unit ID of the project profile.
- Id string
- The ID of the project profile.
- Identifier string
- Last
Updated stringAt - The timestamp at which a project profile was last updated.
- Name string
- The name of a project profile.
- Status
Project
Profile Status - The status of a project profile.
- created
At String - The timestamp of when the project profile was created.
- created
By String - The user who created the project profile.
- description String
- The description of the project profile.
- domain
Id String - The domain ID of the project profile.
- domain
Unit StringId - The domain unit ID of the project profile.
- id String
- The ID of the project profile.
- identifier String
- last
Updated StringAt - The timestamp at which a project profile was last updated.
- name String
- The name of a project profile.
- status
Project
Profile Status - The status of a project profile.
- created
At string - The timestamp of when the project profile was created.
- created
By string - The user who created the project profile.
- description string
- The description of the project profile.
- domain
Id string - The domain ID of the project profile.
- domain
Unit stringId - The domain unit ID of the project profile.
- id string
- The ID of the project profile.
- identifier string
- last
Updated stringAt - The timestamp at which a project profile was last updated.
- name string
- The name of a project profile.
- status
Project
Profile Status - The status of a project profile.
- created_
at str - The timestamp of when the project profile was created.
- created_
by str - The user who created the project profile.
- description str
- The description of the project profile.
- domain_
id str - The domain ID of the project profile.
- domain_
unit_ strid - The domain unit ID of the project profile.
- id str
- The ID of the project profile.
- identifier str
- last_
updated_ strat - The timestamp at which a project profile was last updated.
- name str
- The name of a project profile.
- status
Project
Profile Status - The status of a project profile.
- created
At String - The timestamp of when the project profile was created.
- created
By String - The user who created the project profile.
- description String
- The description of the project profile.
- domain
Id String - The domain ID of the project profile.
- domain
Unit StringId - The domain unit ID of the project profile.
- id String
- The ID of the project profile.
- identifier String
- last
Updated StringAt - The timestamp at which a project profile was last updated.
- name String
- The name of a project profile.
- status "ENABLED" | "DISABLED"
- The status of a project profile.
Supporting Types
ProjectProfileStatus
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi