We recommend new projects start with resources from the AWS provider.
aws-native.datazone.getProject
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.
Using getProject
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 getProject(args: GetProjectArgs, opts?: InvokeOptions): Promise<GetProjectResult>
function getProjectOutput(args: GetProjectOutputArgs, opts?: InvokeOptions): Output<GetProjectResult>
def get_project(domain_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProjectResult
def get_project_output(domain_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProjectResult]
func LookupProject(ctx *Context, args *LookupProjectArgs, opts ...InvokeOption) (*LookupProjectResult, error)
func LookupProjectOutput(ctx *Context, args *LookupProjectOutputArgs, opts ...InvokeOption) LookupProjectResultOutput
> Note: This function is named LookupProject
in the Go SDK.
public static class GetProject
{
public static Task<GetProjectResult> InvokeAsync(GetProjectArgs args, InvokeOptions? opts = null)
public static Output<GetProjectResult> Invoke(GetProjectInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:datazone:getProject
arguments:
# arguments dictionary
The following arguments are supported:
getProject Result
The following output properties are available:
- Created
At string - The timestamp of when the project was created.
- Created
By string - The Amazon DataZone user who created the project.
- Description string
- The description of the Amazon DataZone project.
- Domain
Id string - The identifier of the Amazon DataZone domain in which the project was created.
- Glossary
Terms List<string> - The glossary terms that can be used in this Amazon DataZone project.
- Id string
- The ID of the Amazon DataZone project.
- Last
Updated stringAt - The timestamp of when the project was last updated.
- Name string
- The name 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.
- Description string
- The description of the Amazon DataZone project.
- Domain
Id string - The identifier of the Amazon DataZone domain in which the project was created.
- Glossary
Terms []string - The glossary terms that can be used in this Amazon DataZone project.
- Id string
- The ID of the Amazon DataZone project.
- Last
Updated stringAt - The timestamp of when the project was last updated.
- Name string
- The name 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.
- description String
- The description of the Amazon DataZone project.
- domain
Id String - The identifier of the Amazon DataZone domain in which the project was created.
- glossary
Terms List<String> - The glossary terms that can be used in this Amazon DataZone project.
- id String
- The ID of the Amazon DataZone project.
- last
Updated StringAt - The timestamp of when the project was last updated.
- name String
- The name 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.
- description string
- The description of the Amazon DataZone project.
- domain
Id string - The identifier of the Amazon DataZone domain in which the project was created.
- glossary
Terms string[] - The glossary terms that can be used in this Amazon DataZone project.
- id string
- The ID of the Amazon DataZone project.
- last
Updated stringAt - The timestamp of when the project was last updated.
- name string
- The name 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.
- description str
- The description of the Amazon DataZone project.
- domain_
id str - The identifier of the Amazon DataZone domain in which the project was created.
- glossary_
terms Sequence[str] - The glossary terms that can be used in this Amazon DataZone project.
- id str
- The ID of the Amazon DataZone project.
- last_
updated_ strat - The timestamp of when the project was last updated.
- name str
- The name 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.
- description String
- The description of the Amazon DataZone project.
- domain
Id String - The identifier of the Amazon DataZone domain in which the project was created.
- glossary
Terms List<String> - The glossary terms that can be used in this Amazon DataZone project.
- id String
- The ID of the Amazon DataZone project.
- last
Updated StringAt - The timestamp of when the project was last updated.
- name String
- The name of the Amazon DataZone project.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.