1. Packages
  2. AWS Native
  3. API Docs
  4. sagemaker
  5. getStudioLifecycleConfig

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

aws-native logo

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:

    StudioLifecycleConfigName string
    The name of the Amazon SageMaker Studio Lifecycle Configuration.
    StudioLifecycleConfigName string
    The name of the Amazon SageMaker Studio Lifecycle Configuration.
    studioLifecycleConfigName String
    The name of the Amazon SageMaker Studio Lifecycle Configuration.
    studioLifecycleConfigName string
    The name of the Amazon SageMaker Studio Lifecycle Configuration.
    studio_lifecycle_config_name str
    The name of the Amazon SageMaker Studio Lifecycle Configuration.
    studioLifecycleConfigName String
    The name of the Amazon SageMaker Studio Lifecycle Configuration.

    getStudioLifecycleConfig Result

    The following output properties are available:

    StudioLifecycleConfigArn string
    The Amazon Resource Name (ARN) of the Lifecycle Configuration.
    StudioLifecycleConfigArn string
    The Amazon Resource Name (ARN) of the Lifecycle Configuration.
    studioLifecycleConfigArn String
    The Amazon Resource Name (ARN) of the Lifecycle Configuration.
    studioLifecycleConfigArn string
    The Amazon Resource Name (ARN) of the Lifecycle Configuration.
    studio_lifecycle_config_arn str
    The Amazon Resource Name (ARN) of the Lifecycle Configuration.
    studioLifecycleConfigArn String
    The Amazon Resource Name (ARN) of the Lifecycle Configuration.

    Package Details

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

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

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi