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:
- Project
Arn string
- Project
Arn string
- project
Arn String
- project
Arn string
- project_
arn str
- project
Arn String
getProject Result
The following output properties are available:
- Creation
Time string The time at which the project was created.
- Project
Arn string - Project
Id string - Project
Status Pulumi.Aws Native. Sage Maker. Project Status The status of a project.
- Service
Catalog Pulumi.Provisioned Product Details Aws Native. Sage Maker. Outputs. Service Catalog Provisioned Product Details Properties Provisioned ServiceCatalog Details
- Creation
Time string The time at which the project was created.
- Project
Arn string - Project
Id string - Project
Status ProjectStatus The status of a project.
- Service
Catalog ServiceProvisioned Product Details Catalog Provisioned Product Details Properties Provisioned ServiceCatalog Details
- creation
Time String The time at which the project was created.
- project
Arn String - project
Id String - project
Status ProjectStatus The status of a project.
- service
Catalog ServiceProvisioned Product Details Catalog Provisioned Product Details Properties Provisioned ServiceCatalog Details
- creation
Time string The time at which the project was created.
- project
Arn string - project
Id string - project
Status ProjectStatus The status of a project.
- service
Catalog ServiceProvisioned Product Details Catalog Provisioned Product Details Properties 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_ Serviceprovisioned_ product_ details Catalog Provisioned Product Details Properties Provisioned ServiceCatalog Details
- creation
Time String The time at which the project was created.
- project
Arn String - project
Id String - project
Status "Pending" | "CreateIn Progress" | "Create Completed" | "Create Failed" | "Delete In Progress" | "Delete Failed" | "Delete Completed" The status of a project.
- service
Catalog Property MapProvisioned Product Details Provisioned ServiceCatalog Details
Supporting Types
ProjectStatus
ServiceCatalogProvisionedProductDetailsProperties
- Provisioned
Product stringId - Provisioned
Product stringStatus Message
- Provisioned
Product stringId - Provisioned
Product stringStatus Message
- provisioned
Product StringId - provisioned
Product StringStatus Message
- provisioned
Product stringId - provisioned
Product stringStatus Message
- provisioned
Product StringId - provisioned
Product StringStatus Message
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0