Interface CfnStudioLifecycleConfigMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStudioLifecycleConfigMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:05.192Z")
@Stability(Stable)
public interface CfnStudioLifecycleConfigMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnStudioLifecycleConfigPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
CfnStudioLifecycleConfigMixinProps cfnStudioLifecycleConfigMixinProps = CfnStudioLifecycleConfigMixinProps.builder()
.studioLifecycleConfigAppType("studioLifecycleConfigAppType")
.studioLifecycleConfigContent("studioLifecycleConfigContent")
.studioLifecycleConfigName("studioLifecycleConfigName")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStudioLifecycleConfigMixinPropsstatic final classAn implementation forCfnStudioLifecycleConfigMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe App type to which the Lifecycle Configuration is attached.default StringThe content of your Amazon SageMaker Studio Lifecycle Configuration script.default StringThe name of the Amazon SageMaker AI Studio Lifecycle Configuration.getTags()Tags to be associated with the Lifecycle Configuration.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStudioLifecycleConfigAppType
The App type to which the Lifecycle Configuration is attached.- See Also:
-
getStudioLifecycleConfigContent
The content of your Amazon SageMaker Studio Lifecycle Configuration script.This content must be base64 encoded.
- See Also:
-
getStudioLifecycleConfigName
The name of the Amazon SageMaker AI Studio Lifecycle Configuration.- See Also:
-
getTags
Tags to be associated with the Lifecycle Configuration.Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.
- See Also:
-
builder
-