1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. sagemaker
  5. getProject

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.sagemaker.getProject

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

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>
Copy
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]
Copy
func LookupProject(ctx *Context, args *LookupProjectArgs, opts ...InvokeOption) (*LookupProjectResult, error)
func LookupProjectOutput(ctx *Context, args *LookupProjectOutputArgs, opts ...InvokeOption) LookupProjectResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
public static Output<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:sagemaker:getProject
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ProjectArn This property is required. string
The Amazon Resource Name (ARN) of the project.
ProjectArn This property is required. string
The Amazon Resource Name (ARN) of the project.
projectArn This property is required. String
The Amazon Resource Name (ARN) of the project.
projectArn This property is required. string
The Amazon Resource Name (ARN) of the project.
project_arn This property is required. str
The Amazon Resource Name (ARN) of the project.
projectArn This property is required. String
The Amazon Resource Name (ARN) of the project.

getProject Result

The following output properties are available:

CreationTime string
The time at which the project was created.
ProjectArn string
The Amazon Resource Name (ARN) of the project.
ProjectId string
The ID of the project. This ID is prepended to all entities associated with this project.
ProjectStatus Pulumi.AwsNative.SageMaker.ProjectStatus
The status of a project.
ServiceCatalogProvisionedProductDetails Pulumi.AwsNative.SageMaker.Outputs.ServiceCatalogProvisionedProductDetailsProperties
Provisioned ServiceCatalog Details
CreationTime string
The time at which the project was created.
ProjectArn string
The Amazon Resource Name (ARN) of the project.
ProjectId string
The ID of the project. This ID is prepended to all entities associated with this project.
ProjectStatus ProjectStatus
The status of a project.
ServiceCatalogProvisionedProductDetails ServiceCatalogProvisionedProductDetailsProperties
Provisioned ServiceCatalog Details
creationTime String
The time at which the project was created.
projectArn String
The Amazon Resource Name (ARN) of the project.
projectId String
The ID of the project. This ID is prepended to all entities associated with this project.
projectStatus ProjectStatus
The status of a project.
serviceCatalogProvisionedProductDetails ServiceCatalogProvisionedProductDetailsProperties
Provisioned ServiceCatalog Details
creationTime string
The time at which the project was created.
projectArn string
The Amazon Resource Name (ARN) of the project.
projectId string
The ID of the project. This ID is prepended to all entities associated with this project.
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
The Amazon Resource Name (ARN) of the project.
project_id str
The ID of the project. This ID is prepended to all entities associated with this project.
project_status ProjectStatus
The status of a project.
service_catalog_provisioned_product_details ServiceCatalogProvisionedProductDetailsProperties
Provisioned ServiceCatalog Details
creationTime String
The time at which the project was created.
projectArn String
The Amazon Resource Name (ARN) of the project.
projectId String
The ID of the project. This ID is prepended to all entities associated with this project.
projectStatus "Pending" | "CreateInProgress" | "CreateCompleted" | "CreateFailed" | "DeleteInProgress" | "DeleteFailed" | "DeleteCompleted"
The status of a project.
serviceCatalogProvisionedProductDetails Property Map
Provisioned ServiceCatalog Details

Supporting Types

ProjectStatus

ServiceCatalogProvisionedProductDetailsProperties

ProvisionedProductId string
The ID of the provisioned product.
ProvisionedProductStatusMessage string
The current status of the product.

  • AVAILABLE - Stable state, ready to perform any operation. The most recent operation succeeded and completed.
  • UNDER_CHANGE - Transitive state. Operations performed might not have valid results. Wait for an AVAILABLE status before performing operations.
  • TAINTED - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.
  • ERROR - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.
  • PLAN_IN_PROGRESS - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an AVAILABLE status before performing operations.
ProvisionedProductId string
The ID of the provisioned product.
ProvisionedProductStatusMessage string
The current status of the product.

  • AVAILABLE - Stable state, ready to perform any operation. The most recent operation succeeded and completed.
  • UNDER_CHANGE - Transitive state. Operations performed might not have valid results. Wait for an AVAILABLE status before performing operations.
  • TAINTED - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.
  • ERROR - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.
  • PLAN_IN_PROGRESS - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an AVAILABLE status before performing operations.
provisionedProductId String
The ID of the provisioned product.
provisionedProductStatusMessage String
The current status of the product.

  • AVAILABLE - Stable state, ready to perform any operation. The most recent operation succeeded and completed.
  • UNDER_CHANGE - Transitive state. Operations performed might not have valid results. Wait for an AVAILABLE status before performing operations.
  • TAINTED - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.
  • ERROR - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.
  • PLAN_IN_PROGRESS - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an AVAILABLE status before performing operations.
provisionedProductId string
The ID of the provisioned product.
provisionedProductStatusMessage string
The current status of the product.

  • AVAILABLE - Stable state, ready to perform any operation. The most recent operation succeeded and completed.
  • UNDER_CHANGE - Transitive state. Operations performed might not have valid results. Wait for an AVAILABLE status before performing operations.
  • TAINTED - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.
  • ERROR - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.
  • PLAN_IN_PROGRESS - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an AVAILABLE status before performing operations.
provisioned_product_id str
The ID of the provisioned product.
provisioned_product_status_message str
The current status of the product.

  • AVAILABLE - Stable state, ready to perform any operation. The most recent operation succeeded and completed.
  • UNDER_CHANGE - Transitive state. Operations performed might not have valid results. Wait for an AVAILABLE status before performing operations.
  • TAINTED - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.
  • ERROR - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.
  • PLAN_IN_PROGRESS - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an AVAILABLE status before performing operations.
provisionedProductId String
The ID of the provisioned product.
provisionedProductStatusMessage String
The current status of the product.

  • AVAILABLE - Stable state, ready to perform any operation. The most recent operation succeeded and completed.
  • UNDER_CHANGE - Transitive state. Operations performed might not have valid results. Wait for an AVAILABLE status before performing operations.
  • TAINTED - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.
  • ERROR - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.
  • PLAN_IN_PROGRESS - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an AVAILABLE status before performing operations.

Package Details

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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi