We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.sagemaker.getStudioLifecycleConfig
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Resource Type definition for AWS::SageMaker::StudioLifecycleConfig
Using getStudioLifecycleConfig
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 getStudioLifecycleConfig(args: GetStudioLifecycleConfigArgs, opts?: InvokeOptions): Promise<GetStudioLifecycleConfigResult>
function getStudioLifecycleConfigOutput(args: GetStudioLifecycleConfigOutputArgs, opts?: InvokeOptions): Output<GetStudioLifecycleConfigResult>
def get_studio_lifecycle_config(studio_lifecycle_config_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetStudioLifecycleConfigResult
def get_studio_lifecycle_config_output(studio_lifecycle_config_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStudioLifecycleConfigResult]
func LookupStudioLifecycleConfig(ctx *Context, args *LookupStudioLifecycleConfigArgs, opts ...InvokeOption) (*LookupStudioLifecycleConfigResult, error)
func LookupStudioLifecycleConfigOutput(ctx *Context, args *LookupStudioLifecycleConfigOutputArgs, opts ...InvokeOption) LookupStudioLifecycleConfigResultOutput
> Note: This function is named LookupStudioLifecycleConfig
in the Go SDK.
public static class GetStudioLifecycleConfig
{
public static Task<GetStudioLifecycleConfigResult> InvokeAsync(GetStudioLifecycleConfigArgs args, InvokeOptions? opts = null)
public static Output<GetStudioLifecycleConfigResult> Invoke(GetStudioLifecycleConfigInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetStudioLifecycleConfigResult> getStudioLifecycleConfig(GetStudioLifecycleConfigArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:sagemaker:getStudioLifecycleConfig
arguments:
# arguments dictionary
The following arguments are supported:
- Studio
Lifecycle stringConfig Name - The name of the Amazon SageMaker Studio Lifecycle Configuration.
- Studio
Lifecycle stringConfig Name - The name of the Amazon SageMaker Studio Lifecycle Configuration.
- studio
Lifecycle StringConfig Name - The name of the Amazon SageMaker Studio Lifecycle Configuration.
- studio
Lifecycle stringConfig Name - The name of the Amazon SageMaker Studio Lifecycle Configuration.
- studio_
lifecycle_ strconfig_ name - The name of the Amazon SageMaker Studio Lifecycle Configuration.
- studio
Lifecycle StringConfig Name - The name of the Amazon SageMaker Studio Lifecycle Configuration.
getStudioLifecycleConfig Result
The following output properties are available:
- Studio
Lifecycle stringConfig Arn - The Amazon Resource Name (ARN) of the Lifecycle Configuration.
- Studio
Lifecycle stringConfig Arn - The Amazon Resource Name (ARN) of the Lifecycle Configuration.
- studio
Lifecycle StringConfig Arn - The Amazon Resource Name (ARN) of the Lifecycle Configuration.
- studio
Lifecycle stringConfig Arn - The Amazon Resource Name (ARN) of the Lifecycle Configuration.
- studio_
lifecycle_ strconfig_ arn - The Amazon Resource Name (ARN) of the Lifecycle Configuration.
- studio
Lifecycle StringConfig Arn - The Amazon Resource Name (ARN) of the Lifecycle Configuration.
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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi