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

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

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

    Amazon DataZone projects are business use case–based groupings of people, assets (data), and tools used to simplify access to the AWS analytics.

    Create Project Resource

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

    Constructor syntax

    new Project(name: string, args: ProjectArgs, opts?: CustomResourceOptions);
    @overload
    def Project(resource_name: str,
                args: ProjectArgs,
                opts: Optional[ResourceOptions] = None)
    
    @overload
    def Project(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                domain_identifier: Optional[str] = None,
                description: Optional[str] = None,
                domain_unit_id: Optional[str] = None,
                glossary_terms: Optional[Sequence[str]] = None,
                name: Optional[str] = None,
                project_profile_id: Optional[str] = None,
                project_profile_version: Optional[str] = None,
                user_parameters: Optional[Sequence[ProjectEnvironmentConfigurationUserParameterArgs]] = None)
    func NewProject(ctx *Context, name string, args ProjectArgs, opts ...ResourceOption) (*Project, error)
    public Project(string name, ProjectArgs args, CustomResourceOptions? opts = null)
    public Project(String name, ProjectArgs args)
    public Project(String name, ProjectArgs args, CustomResourceOptions options)
    
    type: aws-native:datazone:Project
    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 ProjectArgs
    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 ProjectArgs
    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 ProjectArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ProjectArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ProjectArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

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

    DomainIdentifier string
    The ID of the Amazon DataZone domain in which this project is created.
    Description string
    The description of the Amazon DataZone project.
    DomainUnitId string
    The ID of the domain unit.
    GlossaryTerms List<string>
    The glossary terms that can be used in this Amazon DataZone project.
    Name string
    The name of the Amazon DataZone project.
    ProjectProfileId string
    The project profile ID.
    ProjectProfileVersion string
    The project profile version to which the project should be updated. You can only specify the following string for this parameter: latest.
    UserParameters List<Pulumi.AwsNative.DataZone.Inputs.ProjectEnvironmentConfigurationUserParameter>
    The user parameters of the project.
    DomainIdentifier string
    The ID of the Amazon DataZone domain in which this project is created.
    Description string
    The description of the Amazon DataZone project.
    DomainUnitId string
    The ID of the domain unit.
    GlossaryTerms []string
    The glossary terms that can be used in this Amazon DataZone project.
    Name string
    The name of the Amazon DataZone project.
    ProjectProfileId string
    The project profile ID.
    ProjectProfileVersion string
    The project profile version to which the project should be updated. You can only specify the following string for this parameter: latest.
    UserParameters []ProjectEnvironmentConfigurationUserParameterArgs
    The user parameters of the project.
    domainIdentifier String
    The ID of the Amazon DataZone domain in which this project is created.
    description String
    The description of the Amazon DataZone project.
    domainUnitId String
    The ID of the domain unit.
    glossaryTerms List<String>
    The glossary terms that can be used in this Amazon DataZone project.
    name String
    The name of the Amazon DataZone project.
    projectProfileId String
    The project profile ID.
    projectProfileVersion String
    The project profile version to which the project should be updated. You can only specify the following string for this parameter: latest.
    userParameters List<ProjectEnvironmentConfigurationUserParameter>
    The user parameters of the project.
    domainIdentifier string
    The ID of the Amazon DataZone domain in which this project is created.
    description string
    The description of the Amazon DataZone project.
    domainUnitId string
    The ID of the domain unit.
    glossaryTerms string[]
    The glossary terms that can be used in this Amazon DataZone project.
    name string
    The name of the Amazon DataZone project.
    projectProfileId string
    The project profile ID.
    projectProfileVersion string
    The project profile version to which the project should be updated. You can only specify the following string for this parameter: latest.
    userParameters ProjectEnvironmentConfigurationUserParameter[]
    The user parameters of the project.
    domain_identifier str
    The ID of the Amazon DataZone domain in which this project is created.
    description str
    The description of the Amazon DataZone project.
    domain_unit_id str
    The ID of the domain unit.
    glossary_terms Sequence[str]
    The glossary terms that can be used in this Amazon DataZone project.
    name str
    The name of the Amazon DataZone project.
    project_profile_id str
    The project profile ID.
    project_profile_version str
    The project profile version to which the project should be updated. You can only specify the following string for this parameter: latest.
    user_parameters Sequence[ProjectEnvironmentConfigurationUserParameterArgs]
    The user parameters of the project.
    domainIdentifier String
    The ID of the Amazon DataZone domain in which this project is created.
    description String
    The description of the Amazon DataZone project.
    domainUnitId String
    The ID of the domain unit.
    glossaryTerms List<String>
    The glossary terms that can be used in this Amazon DataZone project.
    name String
    The name of the Amazon DataZone project.
    projectProfileId String
    The project profile ID.
    projectProfileVersion String
    The project profile version to which the project should be updated. You can only specify the following string for this parameter: latest.
    userParameters List<Property Map>
    The user parameters of the project.

    Outputs

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

    AwsId string
    The ID of the Amazon DataZone project.
    CreatedAt string
    The timestamp of when the project was created.
    CreatedBy string
    The Amazon DataZone user who created the project.
    DomainId string
    The identifier of the Amazon DataZone domain in which the project was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedAt string
    The timestamp of when the project was last updated.
    ProjectStatus Pulumi.AwsNative.DataZone.ProjectStatus
    The status of the project.
    AwsId string
    The ID of the Amazon DataZone project.
    CreatedAt string
    The timestamp of when the project was created.
    CreatedBy string
    The Amazon DataZone user who created the project.
    DomainId string
    The identifier of the Amazon DataZone domain in which the project was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedAt string
    The timestamp of when the project was last updated.
    ProjectStatus ProjectStatus
    The status of the project.
    awsId String
    The ID of the Amazon DataZone project.
    createdAt String
    The timestamp of when the project was created.
    createdBy String
    The Amazon DataZone user who created the project.
    domainId String
    The identifier of the Amazon DataZone domain in which the project was created.
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedAt String
    The timestamp of when the project was last updated.
    projectStatus ProjectStatus
    The status of the project.
    awsId string
    The ID of the Amazon DataZone project.
    createdAt string
    The timestamp of when the project was created.
    createdBy string
    The Amazon DataZone user who created the project.
    domainId string
    The identifier of the Amazon DataZone domain in which the project was created.
    id string
    The provider-assigned unique ID for this managed resource.
    lastUpdatedAt string
    The timestamp of when the project was last updated.
    projectStatus ProjectStatus
    The status of the project.
    aws_id str
    The ID of the Amazon DataZone project.
    created_at str
    The timestamp of when the project was created.
    created_by str
    The Amazon DataZone user who created the project.
    domain_id str
    The identifier of the Amazon DataZone domain in which the project was created.
    id str
    The provider-assigned unique ID for this managed resource.
    last_updated_at str
    The timestamp of when the project was last updated.
    project_status ProjectStatus
    The status of the project.
    awsId String
    The ID of the Amazon DataZone project.
    createdAt String
    The timestamp of when the project was created.
    createdBy String
    The Amazon DataZone user who created the project.
    domainId String
    The identifier of the Amazon DataZone domain in which the project was created.
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedAt String
    The timestamp of when the project was last updated.
    projectStatus "ACTIVE" | "MOVING" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED"
    The status of the project.

    Supporting Types

    ProjectEnvironmentConfigurationUserParameter, ProjectEnvironmentConfigurationUserParameterArgs

    ProjectEnvironmentParameter, ProjectEnvironmentParameterArgs

    Name string
    Value string
    Name string
    Value string
    name String
    value String
    name string
    value string
    name str
    value str
    name String
    value String

    ProjectStatus, ProjectStatusArgs

    Active
    ACTIVE
    Moving
    MOVING
    Deleting
    DELETING
    DeleteFailed
    DELETE_FAILED
    Updating
    UPDATING
    UpdateFailed
    UPDATE_FAILED
    ProjectStatusActive
    ACTIVE
    ProjectStatusMoving
    MOVING
    ProjectStatusDeleting
    DELETING
    ProjectStatusDeleteFailed
    DELETE_FAILED
    ProjectStatusUpdating
    UPDATING
    ProjectStatusUpdateFailed
    UPDATE_FAILED
    Active
    ACTIVE
    Moving
    MOVING
    Deleting
    DELETING
    DeleteFailed
    DELETE_FAILED
    Updating
    UPDATING
    UpdateFailed
    UPDATE_FAILED
    Active
    ACTIVE
    Moving
    MOVING
    Deleting
    DELETING
    DeleteFailed
    DELETE_FAILED
    Updating
    UPDATING
    UpdateFailed
    UPDATE_FAILED
    ACTIVE
    ACTIVE
    MOVING
    MOVING
    DELETING
    DELETING
    DELETE_FAILED
    DELETE_FAILED
    UPDATING
    UPDATING
    UPDATE_FAILED
    UPDATE_FAILED
    "ACTIVE"
    ACTIVE
    "MOVING"
    MOVING
    "DELETING"
    DELETING
    "DELETE_FAILED"
    DELETE_FAILED
    "UPDATING"
    UPDATING
    "UPDATE_FAILED"
    UPDATE_FAILED

    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