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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.datazone.Project

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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,
                glossary_terms: Optional[Sequence[str]] = None,
                name: Optional[str] = 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

    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.
    GlossaryTerms List<string>
    The glossary terms that can be used in this Amazon DataZone project.
    Name string
    The name of the Amazon DataZone 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.
    GlossaryTerms []string
    The glossary terms that can be used in this Amazon DataZone project.
    Name string
    The name of the Amazon DataZone 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.
    glossaryTerms List<String>
    The glossary terms that can be used in this Amazon DataZone project.
    name String
    The name of the Amazon DataZone 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.
    glossaryTerms string[]
    The glossary terms that can be used in this Amazon DataZone project.
    name string
    The name of the Amazon DataZone 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.
    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.
    domainIdentifier String
    The ID of the Amazon DataZone domain in which this project is created.
    description String
    The description of the Amazon DataZone project.
    glossaryTerms List<String>
    The glossary terms that can be used in this Amazon DataZone project.
    name String
    The name of the Amazon DataZone 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.
    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.
    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.
    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.
    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.
    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.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi