Interface ICfnStudioLifecycleConfigMixinProps
Properties for CfnStudioLifecycleConfigPropsMixin.
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnStudioLifecycleConfigMixinProps
Syntax (vb)
Public Interface ICfnStudioLifecycleConfigMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins;
var cfnStudioLifecycleConfigMixinProps = new CfnStudioLifecycleConfigMixinProps {
StudioLifecycleConfigAppType = "studioLifecycleConfigAppType",
StudioLifecycleConfigContent = "studioLifecycleConfigContent",
StudioLifecycleConfigName = "studioLifecycleConfigName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
| StudioLifecycleConfigAppType | The App type to which the Lifecycle Configuration is attached. |
| StudioLifecycleConfigContent | The content of your Amazon SageMaker Studio Lifecycle Configuration script. |
| StudioLifecycleConfigName | The name of the Amazon SageMaker AI Studio Lifecycle Configuration. |
| Tags | Tags to be associated with the Lifecycle Configuration. |
Properties
StudioLifecycleConfigAppType
The App type to which the Lifecycle Configuration is attached.
string? StudioLifecycleConfigAppType { get; }
Property Value
Remarks
StudioLifecycleConfigContent
The content of your Amazon SageMaker Studio Lifecycle Configuration script.
string? StudioLifecycleConfigContent { get; }
Property Value
Remarks
StudioLifecycleConfigName
The name of the Amazon SageMaker AI Studio Lifecycle Configuration.
string? StudioLifecycleConfigName { get; }
Property Value
Remarks
Tags
Tags to be associated with the Lifecycle Configuration.
ICfnTag[]? Tags { get; }
Property Value
ICfnTag[]
Remarks
Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.