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

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

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.datazone.getProject

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.105.0 published on Thursday, May 2, 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.

    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:

    DomainId string
    The identifier of the Amazon DataZone domain in which the project was created.
    Id string
    The ID of the Amazon DataZone project.
    DomainId string
    The identifier of the Amazon DataZone domain in which the project was created.
    Id string
    The ID of the Amazon DataZone project.
    domainId String
    The identifier of the Amazon DataZone domain in which the project was created.
    id String
    The ID of the Amazon DataZone project.
    domainId string
    The identifier of the Amazon DataZone domain in which the project was created.
    id string
    The ID of the Amazon DataZone project.
    domain_id str
    The identifier of the Amazon DataZone domain in which the project was created.
    id str
    The ID of the Amazon DataZone project.
    domainId String
    The identifier of the Amazon DataZone domain in which the project was created.
    id String
    The ID of the Amazon DataZone project.

    getProject Result

    The following output properties are available:

    CreatedAt string
    The timestamp of when the project was created.
    CreatedBy string
    The Amazon DataZone user who created the project.
    Description string
    The description of the Amazon DataZone project.
    DomainId string
    The identifier of the Amazon DataZone domain in which the project was created.
    GlossaryTerms List<string>
    The glossary terms that can be used in this Amazon DataZone project.
    Id string
    The ID of the Amazon DataZone project.
    LastUpdatedAt string
    The timestamp of when the project was last updated.
    Name string
    The name 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.
    Description string
    The description of the Amazon DataZone project.
    DomainId string
    The identifier of the Amazon DataZone domain in which the project was created.
    GlossaryTerms []string
    The glossary terms that can be used in this Amazon DataZone project.
    Id string
    The ID of the Amazon DataZone project.
    LastUpdatedAt string
    The timestamp of when the project was last updated.
    Name string
    The name 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.
    description String
    The description of the Amazon DataZone project.
    domainId String
    The identifier of the Amazon DataZone domain in which the project was created.
    glossaryTerms List<String>
    The glossary terms that can be used in this Amazon DataZone project.
    id String
    The ID of the Amazon DataZone project.
    lastUpdatedAt String
    The timestamp of when the project was last updated.
    name String
    The name 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.
    description string
    The description of the Amazon DataZone project.
    domainId string
    The identifier of the Amazon DataZone domain in which the project was created.
    glossaryTerms string[]
    The glossary terms that can be used in this Amazon DataZone project.
    id string
    The ID of the Amazon DataZone project.
    lastUpdatedAt string
    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_at str
    The timestamp of when the project was last updated.
    name str
    The name 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.
    description String
    The description of the Amazon DataZone project.
    domainId String
    The identifier of the Amazon DataZone domain in which the project was created.
    glossaryTerms List<String>
    The glossary terms that can be used in this Amazon DataZone project.
    id String
    The ID of the Amazon DataZone project.
    lastUpdatedAt String
    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
    aws-native logo

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

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi