1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. datazone
  5. getProjectProfile

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

aws-native logo

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:

    getProjectProfile Result

    The following output properties are available:

    CreatedAt string
    The timestamp of when the project profile was created.
    CreatedBy string
    The user who created the project profile.
    Description string
    The description of the project profile.
    DomainId string
    The domain ID of the project profile.
    DomainUnitId string
    The domain unit ID of the project profile.
    Id string
    The ID of the project profile.
    Identifier string
    LastUpdatedAt string
    The timestamp at which a project profile was last updated.
    Name string
    The name of a project profile.
    Status Pulumi.AwsNative.DataZone.ProjectProfileStatus
    The status of a project profile.
    CreatedAt string
    The timestamp of when the project profile was created.
    CreatedBy string
    The user who created the project profile.
    Description string
    The description of the project profile.
    DomainId string
    The domain ID of the project profile.
    DomainUnitId string
    The domain unit ID of the project profile.
    Id string
    The ID of the project profile.
    Identifier string
    LastUpdatedAt string
    The timestamp at which a project profile was last updated.
    Name string
    The name of a project profile.
    Status ProjectProfileStatus
    The status of a project profile.
    createdAt String
    The timestamp of when the project profile was created.
    createdBy String
    The user who created the project profile.
    description String
    The description of the project profile.
    domainId String
    The domain ID of the project profile.
    domainUnitId String
    The domain unit ID of the project profile.
    id String
    The ID of the project profile.
    identifier String
    lastUpdatedAt String
    The timestamp at which a project profile was last updated.
    name String
    The name of a project profile.
    status ProjectProfileStatus
    The status of a project profile.
    createdAt string
    The timestamp of when the project profile was created.
    createdBy string
    The user who created the project profile.
    description string
    The description of the project profile.
    domainId string
    The domain ID of the project profile.
    domainUnitId string
    The domain unit ID of the project profile.
    id string
    The ID of the project profile.
    identifier string
    lastUpdatedAt string
    The timestamp at which a project profile was last updated.
    name string
    The name of a project profile.
    status ProjectProfileStatus
    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_id str
    The domain unit ID of the project profile.
    id str
    The ID of the project profile.
    identifier str
    last_updated_at str
    The timestamp at which a project profile was last updated.
    name str
    The name of a project profile.
    status ProjectProfileStatus
    The status of a project profile.
    createdAt String
    The timestamp of when the project profile was created.
    createdBy String
    The user who created the project profile.
    description String
    The description of the project profile.
    domainId String
    The domain ID of the project profile.
    domainUnitId String
    The domain unit ID of the project profile.
    id String
    The ID of the project profile.
    identifier String
    lastUpdatedAt String
    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
    aws-native logo

    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