We recommend new projects start with resources from the AWS provider.
aws-native.datazone.Project
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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:
- Domain
Identifier string - The ID of the Amazon DataZone domain in which this project is created.
- Description string
- The description of the Amazon DataZone project.
- Glossary
Terms List<string> - The glossary terms that can be used in this Amazon DataZone project.
- Name string
- The name of the Amazon DataZone project.
- Domain
Identifier string - The ID of the Amazon DataZone domain in which this project is created.
- Description string
- The description of the Amazon DataZone project.
- Glossary
Terms []string - The glossary terms that can be used in this Amazon DataZone project.
- Name string
- The name of the Amazon DataZone project.
- domain
Identifier String - The ID of the Amazon DataZone domain in which this project is created.
- description String
- The description of the Amazon DataZone project.
- glossary
Terms List<String> - The glossary terms that can be used in this Amazon DataZone project.
- name String
- The name of the Amazon DataZone project.
- domain
Identifier string - The ID of the Amazon DataZone domain in which this project is created.
- description string
- The description of the Amazon DataZone project.
- glossary
Terms 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.
- domain
Identifier String - The ID of the Amazon DataZone domain in which this project is created.
- description String
- The description of the Amazon DataZone project.
- glossary
Terms 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:
- Aws
Id string - The ID of the Amazon DataZone project.
- Created
At string - The timestamp of when the project was created.
- Created
By string - The Amazon DataZone user who created the project.
- Domain
Id 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.
- Last
Updated stringAt - The timestamp of when the project was last updated.
- Aws
Id string - The ID of the Amazon DataZone project.
- Created
At string - The timestamp of when the project was created.
- Created
By string - The Amazon DataZone user who created the project.
- Domain
Id 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.
- Last
Updated stringAt - The timestamp of when the project was last updated.
- aws
Id String - The ID of the Amazon DataZone project.
- created
At String - The timestamp of when the project was created.
- created
By String - The Amazon DataZone user who created the project.
- domain
Id 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.
- last
Updated StringAt - The timestamp of when the project was last updated.
- aws
Id string - The ID of the Amazon DataZone project.
- created
At string - The timestamp of when the project was created.
- created
By string - The Amazon DataZone user who created the project.
- domain
Id 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.
- last
Updated stringAt - 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_ strat - The timestamp of when the project was last updated.
- aws
Id String - The ID of the Amazon DataZone project.
- created
At String - The timestamp of when the project was created.
- created
By String - The Amazon DataZone user who created the project.
- domain
Id 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.
- last
Updated StringAt - The timestamp of when the project was last updated.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.