aws-native logo
AWS Native v0.54.0, Mar 21 23

aws-native.sagemaker.getProject

Resource Type definition for AWS::SageMaker::Project

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(project_arn: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetProjectResult
def get_project_output(project_arn: 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:sagemaker:getProject
  arguments:
    # arguments dictionary

The following arguments are supported:

ProjectArn string
ProjectArn string
projectArn String
projectArn string
projectArn String

getProject Result

The following output properties are available:

CreationTime string

The time at which the project was created.

ProjectArn string
ProjectId string
ProjectStatus ProjectStatus

The status of a project.

ServiceCatalogProvisionedProductDetails ServiceCatalogProvisionedProductDetailsProperties

Provisioned ServiceCatalog Details

creationTime String

The time at which the project was created.

projectArn String
projectId String
projectStatus ProjectStatus

The status of a project.

serviceCatalogProvisionedProductDetails ServiceCatalogProvisionedProductDetailsProperties

Provisioned ServiceCatalog Details

creationTime string

The time at which the project was created.

projectArn string
projectId string
projectStatus ProjectStatus

The status of a project.

serviceCatalogProvisionedProductDetails ServiceCatalogProvisionedProductDetailsProperties

Provisioned ServiceCatalog Details

creation_time str

The time at which the project was created.

project_arn str
project_id str
project_status ProjectStatus

The status of a project.

service_catalog_provisioned_product_details ServiceCatalogProvisionedProductDetailsProperties

Provisioned ServiceCatalog Details

Supporting Types

ProjectStatus

ServiceCatalogProvisionedProductDetailsProperties

Package Details

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