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

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.StudioLifecycleConfig

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

    Create StudioLifecycleConfig Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new StudioLifecycleConfig(name: string, args: StudioLifecycleConfigArgs, opts?: CustomResourceOptions);
    @overload
    def StudioLifecycleConfig(resource_name: str,
                              args: StudioLifecycleConfigArgs,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def StudioLifecycleConfig(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              studio_lifecycle_config_app_type: Optional[StudioLifecycleConfigAppType] = None,
                              studio_lifecycle_config_content: Optional[str] = None,
                              studio_lifecycle_config_name: Optional[str] = None,
                              tags: Optional[Sequence[_root_inputs.CreateOnlyTagArgs]] = None)
    func NewStudioLifecycleConfig(ctx *Context, name string, args StudioLifecycleConfigArgs, opts ...ResourceOption) (*StudioLifecycleConfig, error)
    public StudioLifecycleConfig(string name, StudioLifecycleConfigArgs args, CustomResourceOptions? opts = null)
    public StudioLifecycleConfig(String name, StudioLifecycleConfigArgs args)
    public StudioLifecycleConfig(String name, StudioLifecycleConfigArgs args, CustomResourceOptions options)
    
    type: aws-native:sagemaker:StudioLifecycleConfig
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args StudioLifecycleConfigArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args StudioLifecycleConfigArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args StudioLifecycleConfigArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args StudioLifecycleConfigArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args StudioLifecycleConfigArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    StudioLifecycleConfig Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The StudioLifecycleConfig resource accepts the following input properties:

    StudioLifecycleConfigAppType Pulumi.AwsNative.SageMaker.StudioLifecycleConfigAppType
    The App type that the Lifecycle Configuration is attached to.
    StudioLifecycleConfigContent string
    The content of your Amazon SageMaker Studio Lifecycle Configuration script.
    StudioLifecycleConfigName string
    The name of the Amazon SageMaker Studio Lifecycle Configuration.
    Tags List<Pulumi.AwsNative.Inputs.CreateOnlyTag>
    Tags to be associated with the Lifecycle Configuration.
    StudioLifecycleConfigAppType StudioLifecycleConfigAppType
    The App type that the Lifecycle Configuration is attached to.
    StudioLifecycleConfigContent string
    The content of your Amazon SageMaker Studio Lifecycle Configuration script.
    StudioLifecycleConfigName string
    The name of the Amazon SageMaker Studio Lifecycle Configuration.
    Tags CreateOnlyTagArgs
    Tags to be associated with the Lifecycle Configuration.
    studioLifecycleConfigAppType StudioLifecycleConfigAppType
    The App type that the Lifecycle Configuration is attached to.
    studioLifecycleConfigContent String
    The content of your Amazon SageMaker Studio Lifecycle Configuration script.
    studioLifecycleConfigName String
    The name of the Amazon SageMaker Studio Lifecycle Configuration.
    tags List<CreateOnlyTag>
    Tags to be associated with the Lifecycle Configuration.
    studioLifecycleConfigAppType StudioLifecycleConfigAppType
    The App type that the Lifecycle Configuration is attached to.
    studioLifecycleConfigContent string
    The content of your Amazon SageMaker Studio Lifecycle Configuration script.
    studioLifecycleConfigName string
    The name of the Amazon SageMaker Studio Lifecycle Configuration.
    tags CreateOnlyTag[]
    Tags to be associated with the Lifecycle Configuration.
    studio_lifecycle_config_app_type StudioLifecycleConfigAppType
    The App type that the Lifecycle Configuration is attached to.
    studio_lifecycle_config_content str
    The content of your Amazon SageMaker Studio Lifecycle Configuration script.
    studio_lifecycle_config_name str
    The name of the Amazon SageMaker Studio Lifecycle Configuration.
    tags Sequence[CreateOnlyTagArgs]
    Tags to be associated with the Lifecycle Configuration.
    studioLifecycleConfigAppType "JupyterServer" | "KernelGateway" | "CodeEditor" | "JupyterLab"
    The App type that the Lifecycle Configuration is attached to.
    studioLifecycleConfigContent String
    The content of your Amazon SageMaker Studio Lifecycle Configuration script.
    studioLifecycleConfigName String
    The name of the Amazon SageMaker Studio Lifecycle Configuration.
    tags List<Property Map>
    Tags to be associated with the Lifecycle Configuration.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the StudioLifecycleConfig resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    StudioLifecycleConfigArn string
    The Amazon Resource Name (ARN) of the Lifecycle Configuration.
    Id string
    The provider-assigned unique ID for this managed resource.
    StudioLifecycleConfigArn string
    The Amazon Resource Name (ARN) of the Lifecycle Configuration.
    id String
    The provider-assigned unique ID for this managed resource.
    studioLifecycleConfigArn String
    The Amazon Resource Name (ARN) of the Lifecycle Configuration.
    id string
    The provider-assigned unique ID for this managed resource.
    studioLifecycleConfigArn string
    The Amazon Resource Name (ARN) of the Lifecycle Configuration.
    id str
    The provider-assigned unique ID for this managed resource.
    studio_lifecycle_config_arn str
    The Amazon Resource Name (ARN) of the Lifecycle Configuration.
    id String
    The provider-assigned unique ID for this managed resource.
    studioLifecycleConfigArn String
    The Amazon Resource Name (ARN) of the Lifecycle Configuration.

    Supporting Types

    CreateOnlyTag, CreateOnlyTagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    StudioLifecycleConfigAppType, StudioLifecycleConfigAppTypeArgs

    JupyterServer
    JupyterServer
    KernelGateway
    KernelGateway
    CodeEditor
    CodeEditor
    JupyterLab
    JupyterLab
    StudioLifecycleConfigAppTypeJupyterServer
    JupyterServer
    StudioLifecycleConfigAppTypeKernelGateway
    KernelGateway
    StudioLifecycleConfigAppTypeCodeEditor
    CodeEditor
    StudioLifecycleConfigAppTypeJupyterLab
    JupyterLab
    JupyterServer
    JupyterServer
    KernelGateway
    KernelGateway
    CodeEditor
    CodeEditor
    JupyterLab
    JupyterLab
    JupyterServer
    JupyterServer
    KernelGateway
    KernelGateway
    CodeEditor
    CodeEditor
    JupyterLab
    JupyterLab
    JUPYTER_SERVER
    JupyterServer
    KERNEL_GATEWAY
    KernelGateway
    CODE_EDITOR
    CodeEditor
    JUPYTER_LAB
    JupyterLab
    "JupyterServer"
    JupyterServer
    "KernelGateway"
    KernelGateway
    "CodeEditor"
    CodeEditor
    "JupyterLab"
    JupyterLab

    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