AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.sagemaker.getProject
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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>
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 - The Amazon Resource Name (ARN) of the project.
- Project
Arn string - The Amazon Resource Name (ARN) of the project.
- project
Arn String - The Amazon Resource Name (ARN) of the project.
- project
Arn string - The Amazon Resource Name (ARN) of the project.
- project_
arn str - The Amazon Resource Name (ARN) of the project.
- project
Arn String - The Amazon Resource Name (ARN) of the project.
getProject Result
The following output properties are available:
- Creation
Time string - The time at which the project was created.
- Project
Arn string - The Amazon Resource Name (ARN) of the project.
- Project
Id string - The ID of the project. This ID is prepended to all entities associated with this project.
- 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 - The Amazon Resource Name (ARN) of the project.
- Project
Id string - 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 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 - The Amazon Resource Name (ARN) of the project.
- project
Id String - 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 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 - The Amazon Resource Name (ARN) of the project.
- project
Id string - 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 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 - 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_ 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 - The Amazon Resource Name (ARN) of the project.
- project
Id String - The ID of the project. This ID is prepended to all entities associated with this project.
- 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 - The ID of the provisioned product.
- Provisioned
Product stringStatus Message - 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 stringId - The ID of the provisioned product.
- Provisioned
Product stringStatus Message - 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 StringId - The ID of the provisioned product.
- provisioned
Product StringStatus Message - 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 stringId - The ID of the provisioned product.
- provisioned
Product stringStatus Message - 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_ strid - The ID of the provisioned product.
- provisioned_
product_ strstatus_ message - 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 StringId - The ID of the provisioned product.
- provisioned
Product StringStatus Message - 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
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi