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.32.0 published on Wednesday, Aug 13, 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.32.0 published on Wednesday, Aug 13, 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:

    DomainIdentifier string
    A domain ID of the project profile.
    Identifier string
    Project profile ID.
    DomainIdentifier string
    A domain ID of the project profile.
    Identifier string
    Project profile ID.
    domainIdentifier String
    A domain ID of the project profile.
    identifier String
    Project profile ID.
    domainIdentifier string
    A domain ID of the project profile.
    identifier string
    Project profile ID.
    domain_identifier str
    A domain ID of the project profile.
    identifier str
    Project profile ID.
    domainIdentifier String
    A domain ID of the project profile.
    identifier String
    Project profile ID.

    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.
    EnvironmentConfigurations List<Pulumi.AwsNative.DataZone.Outputs.ProjectProfileEnvironmentConfiguration>
    Environment configurations of a project profile.
    Id string
    The ID of the project profile.
    Identifier string
    Project profile ID.
    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.
    EnvironmentConfigurations []ProjectProfileEnvironmentConfiguration
    Environment configurations of a project profile.
    Id string
    The ID of the project profile.
    Identifier string
    Project profile ID.
    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.
    environmentConfigurations List<ProjectProfileEnvironmentConfiguration>
    Environment configurations of a project profile.
    id String
    The ID of the project profile.
    identifier String
    Project profile ID.
    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.
    environmentConfigurations ProjectProfileEnvironmentConfiguration[]
    Environment configurations of a project profile.
    id string
    The ID of the project profile.
    identifier string
    Project profile ID.
    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.
    environment_configurations Sequence[ProjectProfileEnvironmentConfiguration]
    Environment configurations of a project profile.
    id str
    The ID of the project profile.
    identifier str
    Project profile ID.
    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.
    environmentConfigurations List<Property Map>
    Environment configurations of a project profile.
    id String
    The ID of the project profile.
    identifier String
    Project profile ID.
    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

    ProjectProfileAwsAccount

    AwsAccountId string
    The account ID of a project.
    AwsAccountId string
    The account ID of a project.
    awsAccountId String
    The account ID of a project.
    awsAccountId string
    The account ID of a project.
    aws_account_id str
    The account ID of a project.
    awsAccountId String
    The account ID of a project.

    ProjectProfileDeploymentMode

    ProjectProfileEnvironmentConfiguration

    AwsRegion Pulumi.AwsNative.DataZone.Inputs.ProjectProfileRegion
    The AWS Region of the environment.
    EnvironmentBlueprintId string
    The environment blueprint ID.
    Name string
    The environment name.
    AwsAccount Pulumi.AwsNative.DataZone.Inputs.ProjectProfileAwsAccount
    The AWS account of the environment.
    ConfigurationParameters Pulumi.AwsNative.DataZone.Inputs.ProjectProfileEnvironmentConfigurationParametersDetails
    The configuration parameters of the environment.
    DeploymentMode Pulumi.AwsNative.DataZone.ProjectProfileDeploymentMode
    The deployment mode of the environment.
    DeploymentOrder double
    The deployment order of the environment.
    Description string
    The environment description.
    Id string
    The environment ID.
    AwsRegion ProjectProfileRegion
    The AWS Region of the environment.
    EnvironmentBlueprintId string
    The environment blueprint ID.
    Name string
    The environment name.
    AwsAccount ProjectProfileAwsAccount
    The AWS account of the environment.
    ConfigurationParameters ProjectProfileEnvironmentConfigurationParametersDetails
    The configuration parameters of the environment.
    DeploymentMode ProjectProfileDeploymentMode
    The deployment mode of the environment.
    DeploymentOrder float64
    The deployment order of the environment.
    Description string
    The environment description.
    Id string
    The environment ID.
    awsRegion ProjectProfileRegion
    The AWS Region of the environment.
    environmentBlueprintId String
    The environment blueprint ID.
    name String
    The environment name.
    awsAccount ProjectProfileAwsAccount
    The AWS account of the environment.
    configurationParameters ProjectProfileEnvironmentConfigurationParametersDetails
    The configuration parameters of the environment.
    deploymentMode ProjectProfileDeploymentMode
    The deployment mode of the environment.
    deploymentOrder Double
    The deployment order of the environment.
    description String
    The environment description.
    id String
    The environment ID.
    awsRegion ProjectProfileRegion
    The AWS Region of the environment.
    environmentBlueprintId string
    The environment blueprint ID.
    name string
    The environment name.
    awsAccount ProjectProfileAwsAccount
    The AWS account of the environment.
    configurationParameters ProjectProfileEnvironmentConfigurationParametersDetails
    The configuration parameters of the environment.
    deploymentMode ProjectProfileDeploymentMode
    The deployment mode of the environment.
    deploymentOrder number
    The deployment order of the environment.
    description string
    The environment description.
    id string
    The environment ID.
    aws_region ProjectProfileRegion
    The AWS Region of the environment.
    environment_blueprint_id str
    The environment blueprint ID.
    name str
    The environment name.
    aws_account ProjectProfileAwsAccount
    The AWS account of the environment.
    configuration_parameters ProjectProfileEnvironmentConfigurationParametersDetails
    The configuration parameters of the environment.
    deployment_mode ProjectProfileDeploymentMode
    The deployment mode of the environment.
    deployment_order float
    The deployment order of the environment.
    description str
    The environment description.
    id str
    The environment ID.
    awsRegion Property Map
    The AWS Region of the environment.
    environmentBlueprintId String
    The environment blueprint ID.
    name String
    The environment name.
    awsAccount Property Map
    The AWS account of the environment.
    configurationParameters Property Map
    The configuration parameters of the environment.
    deploymentMode "ON_CREATE" | "ON_DEMAND"
    The deployment mode of the environment.
    deploymentOrder Number
    The deployment order of the environment.
    description String
    The environment description.
    id String
    The environment ID.

    ProjectProfileEnvironmentConfigurationParameter

    IsEditable bool
    Specifies whether the environment parameter is editable.
    Name string
    The name of the environment configuration parameter.
    Value string
    The value of the environment configuration parameter.
    IsEditable bool
    Specifies whether the environment parameter is editable.
    Name string
    The name of the environment configuration parameter.
    Value string
    The value of the environment configuration parameter.
    isEditable Boolean
    Specifies whether the environment parameter is editable.
    name String
    The name of the environment configuration parameter.
    value String
    The value of the environment configuration parameter.
    isEditable boolean
    Specifies whether the environment parameter is editable.
    name string
    The name of the environment configuration parameter.
    value string
    The value of the environment configuration parameter.
    is_editable bool
    Specifies whether the environment parameter is editable.
    name str
    The name of the environment configuration parameter.
    value str
    The value of the environment configuration parameter.
    isEditable Boolean
    Specifies whether the environment parameter is editable.
    name String
    The name of the environment configuration parameter.
    value String
    The value of the environment configuration parameter.

    ProjectProfileEnvironmentConfigurationParametersDetails

    ParameterOverrides []ProjectProfileEnvironmentConfigurationParameter
    The parameter overrides.
    ResolvedParameters []ProjectProfileEnvironmentConfigurationParameter
    The resolved environment configuration parameters.
    SsmPath string
    Ssm path environment configuration parameters.
    parameterOverrides List<ProjectProfileEnvironmentConfigurationParameter>
    The parameter overrides.
    resolvedParameters List<ProjectProfileEnvironmentConfigurationParameter>
    The resolved environment configuration parameters.
    ssmPath String
    Ssm path environment configuration parameters.
    parameterOverrides ProjectProfileEnvironmentConfigurationParameter[]
    The parameter overrides.
    resolvedParameters ProjectProfileEnvironmentConfigurationParameter[]
    The resolved environment configuration parameters.
    ssmPath string
    Ssm path environment configuration parameters.
    parameter_overrides Sequence[ProjectProfileEnvironmentConfigurationParameter]
    The parameter overrides.
    resolved_parameters Sequence[ProjectProfileEnvironmentConfigurationParameter]
    The resolved environment configuration parameters.
    ssm_path str
    Ssm path environment configuration parameters.
    parameterOverrides List<Property Map>
    The parameter overrides.
    resolvedParameters List<Property Map>
    The resolved environment configuration parameters.
    ssmPath String
    Ssm path environment configuration parameters.

    ProjectProfileRegion

    RegionName string
    The AWS Region name.
    RegionName string
    The AWS Region name.
    regionName String
    The AWS Region name.
    regionName string
    The AWS Region name.
    region_name str
    The AWS Region name.
    regionName String
    The AWS Region name.

    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.32.0 published on Wednesday, Aug 13, 2025 by Pulumi