Class CfnStudioLifecycleConfigMixinProps
Properties for CfnStudioLifecycleConfigPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnStudioLifecycleConfigMixinProps : ICfnStudioLifecycleConfigMixinProps
Syntax (vb)
Public Class CfnStudioLifecycleConfigMixinProps Implements 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.CfnPropertyMixins.AWS.SageMaker;
var cfnStudioLifecycleConfigMixinProps = new CfnStudioLifecycleConfigMixinProps {
StudioLifecycleConfigAppType = "studioLifecycleConfigAppType",
StudioLifecycleConfigContent = "studioLifecycleConfigContent",
StudioLifecycleConfigName = "studioLifecycleConfigName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnStudioLifecycleConfigMixinProps() | Properties for CfnStudioLifecycleConfigPropsMixin. |
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. |
Constructors
CfnStudioLifecycleConfigMixinProps()
Properties for CfnStudioLifecycleConfigPropsMixin.
public CfnStudioLifecycleConfigMixinProps()
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.CfnPropertyMixins.AWS.SageMaker;
var cfnStudioLifecycleConfigMixinProps = new CfnStudioLifecycleConfigMixinProps {
StudioLifecycleConfigAppType = "studioLifecycleConfigAppType",
StudioLifecycleConfigContent = "studioLifecycleConfigContent",
StudioLifecycleConfigName = "studioLifecycleConfigName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
StudioLifecycleConfigAppType
The App type to which the Lifecycle Configuration is attached.
public string? StudioLifecycleConfigAppType { get; set; }
Property Value
Remarks
StudioLifecycleConfigContent
The content of your Amazon SageMaker Studio Lifecycle Configuration script.
public string? StudioLifecycleConfigContent { get; set; }
Property Value
Remarks
StudioLifecycleConfigName
The name of the Amazon SageMaker AI Studio Lifecycle Configuration.
public string? StudioLifecycleConfigName { get; set; }
Property Value
Remarks
Tags
Tags to be associated with the Lifecycle Configuration.
public ICfnTag[]? Tags { get; set; }
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.