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

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.ProjectProfile

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

    Create ProjectProfile Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ProjectProfile(name: string, args?: ProjectProfileArgs, opts?: CustomResourceOptions);
    @overload
    def ProjectProfile(resource_name: str,
                       args: Optional[ProjectProfileArgs] = None,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def ProjectProfile(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       description: Optional[str] = None,
                       domain_identifier: Optional[str] = None,
                       domain_unit_identifier: Optional[str] = None,
                       environment_configurations: Optional[Sequence[ProjectProfileEnvironmentConfigurationArgs]] = None,
                       name: Optional[str] = None,
                       status: Optional[ProjectProfileStatus] = None)
    func NewProjectProfile(ctx *Context, name string, args *ProjectProfileArgs, opts ...ResourceOption) (*ProjectProfile, error)
    public ProjectProfile(string name, ProjectProfileArgs? args = null, CustomResourceOptions? opts = null)
    public ProjectProfile(String name, ProjectProfileArgs args)
    public ProjectProfile(String name, ProjectProfileArgs args, CustomResourceOptions options)
    
    type: aws-native:datazone:ProjectProfile
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ProjectProfileArgs
    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 ProjectProfileArgs
    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 ProjectProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ProjectProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ProjectProfileArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ProjectProfile 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 ProjectProfile resource accepts the following input properties:

    Description string
    The description of the project profile.
    DomainIdentifier string
    A domain ID of the project profile.
    DomainUnitIdentifier string
    A domain unit ID of the project profile.
    EnvironmentConfigurations List<Pulumi.AwsNative.DataZone.Inputs.ProjectProfileEnvironmentConfiguration>
    Environment configurations of a project profile.
    Name string
    The name of a project profile.
    Status Pulumi.AwsNative.DataZone.ProjectProfileStatus
    The status of a project profile.
    Description string
    The description of the project profile.
    DomainIdentifier string
    A domain ID of the project profile.
    DomainUnitIdentifier string
    A domain unit ID of the project profile.
    EnvironmentConfigurations []ProjectProfileEnvironmentConfigurationArgs
    Environment configurations of a project profile.
    Name string
    The name of a project profile.
    Status ProjectProfileStatus
    The status of a project profile.
    description String
    The description of the project profile.
    domainIdentifier String
    A domain ID of the project profile.
    domainUnitIdentifier String
    A domain unit ID of the project profile.
    environmentConfigurations List<ProjectProfileEnvironmentConfiguration>
    Environment configurations of a project profile.
    name String
    The name of a project profile.
    status ProjectProfileStatus
    The status of a project profile.
    description string
    The description of the project profile.
    domainIdentifier string
    A domain ID of the project profile.
    domainUnitIdentifier string
    A domain unit ID of the project profile.
    environmentConfigurations ProjectProfileEnvironmentConfiguration[]
    Environment configurations of a project profile.
    name string
    The name of a project profile.
    status ProjectProfileStatus
    The status of a project profile.
    description str
    The description of the project profile.
    domain_identifier str
    A domain ID of the project profile.
    domain_unit_identifier str
    A domain unit ID of the project profile.
    environment_configurations Sequence[ProjectProfileEnvironmentConfigurationArgs]
    Environment configurations of a project profile.
    name str
    The name of a project profile.
    status ProjectProfileStatus
    The status of a project profile.
    description String
    The description of the project profile.
    domainIdentifier String
    A domain ID of the project profile.
    domainUnitIdentifier String
    A domain unit ID of the project profile.
    environmentConfigurations List<Property Map>
    Environment configurations of a project profile.
    name String
    The name of a project profile.
    status "ENABLED" | "DISABLED"
    The status of a project profile.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ProjectProfile resource produces the following output properties:

    AwsId string
    The ID of the project profile.
    CreatedAt string
    The timestamp of when the project profile was created.
    CreatedBy string
    The user who created 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 provider-assigned unique ID for this managed resource.
    Identifier string
    Project profile ID.
    LastUpdatedAt string
    The timestamp at which a project profile was last updated.
    AwsId string
    The ID of the project profile.
    CreatedAt string
    The timestamp of when the project profile was created.
    CreatedBy string
    The user who created 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 provider-assigned unique ID for this managed resource.
    Identifier string
    Project profile ID.
    LastUpdatedAt string
    The timestamp at which a project profile was last updated.
    awsId String
    The ID of the project profile.
    createdAt String
    The timestamp of when the project profile was created.
    createdBy String
    The user who created 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 provider-assigned unique ID for this managed resource.
    identifier String
    Project profile ID.
    lastUpdatedAt String
    The timestamp at which a project profile was last updated.
    awsId string
    The ID of the project profile.
    createdAt string
    The timestamp of when the project profile was created.
    createdBy string
    The user who created 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 provider-assigned unique ID for this managed resource.
    identifier string
    Project profile ID.
    lastUpdatedAt string
    The timestamp at which a project profile was last updated.
    aws_id str
    The ID of the project profile.
    created_at str
    The timestamp of when the project profile was created.
    created_by str
    The user who created 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 provider-assigned unique ID for this managed resource.
    identifier str
    Project profile ID.
    last_updated_at str
    The timestamp at which a project profile was last updated.
    awsId String
    The ID of the project profile.
    createdAt String
    The timestamp of when the project profile was created.
    createdBy String
    The user who created 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 provider-assigned unique ID for this managed resource.
    identifier String
    Project profile ID.
    lastUpdatedAt String
    The timestamp at which a project profile was last updated.

    Supporting Types

    ProjectProfileAwsAccount, ProjectProfileAwsAccountArgs

    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, ProjectProfileDeploymentModeArgs

    OnCreate
    ON_CREATE
    OnDemand
    ON_DEMAND
    ProjectProfileDeploymentModeOnCreate
    ON_CREATE
    ProjectProfileDeploymentModeOnDemand
    ON_DEMAND
    OnCreate
    ON_CREATE
    OnDemand
    ON_DEMAND
    OnCreate
    ON_CREATE
    OnDemand
    ON_DEMAND
    ON_CREATE
    ON_CREATE
    ON_DEMAND
    ON_DEMAND
    "ON_CREATE"
    ON_CREATE
    "ON_DEMAND"
    ON_DEMAND

    ProjectProfileEnvironmentConfiguration, ProjectProfileEnvironmentConfigurationArgs

    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, ProjectProfileEnvironmentConfigurationParameterArgs

    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, ProjectProfileEnvironmentConfigurationParametersDetailsArgs

    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, ProjectProfileRegionArgs

    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, ProjectProfileStatusArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    ProjectProfileStatusEnabled
    ENABLED
    ProjectProfileStatusDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    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