interface CfnStudioLifecycleConfigProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnStudioLifecycleConfigProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnStudioLifecycleConfigProps |
Java | software.amazon.awscdk.services.sagemaker.CfnStudioLifecycleConfigProps |
Python | aws_cdk.aws_sagemaker.CfnStudioLifecycleConfigProps |
TypeScript | aws-cdk-lib » aws_sagemaker » CfnStudioLifecycleConfigProps |
Properties for defining a CfnStudioLifecycleConfig
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const cfnStudioLifecycleConfigProps: sagemaker.CfnStudioLifecycleConfigProps = {
studioLifecycleConfigAppType: 'studioLifecycleConfigAppType',
studioLifecycleConfigContent: 'studioLifecycleConfigContent',
studioLifecycleConfigName: 'studioLifecycleConfigName',
// the properties below are optional
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
studio | string | The App type to which the Lifecycle Configuration is attached. |
studio | string | The content of your Amazon SageMaker Studio Lifecycle Configuration script. |
studio | string | The name of the Amazon SageMaker Studio Lifecycle Configuration. |
tags? | Cfn [] | Tags to be associated with the Lifecycle Configuration. |
studioLifecycleConfigAppType
Type:
string
The App type to which the Lifecycle Configuration is attached.
studioLifecycleConfigContent
Type:
string
The content of your Amazon SageMaker Studio Lifecycle Configuration script.
This content must be base64 encoded.
studioLifecycleConfigName
Type:
string
The name of the Amazon SageMaker Studio Lifecycle Configuration.
tags?
Type:
Cfn
[]
(optional)
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.