Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-studiolifecycleconfig.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-studiolifecycleconfig.html#cfn-sagemaker-studiolifecycleconfig-studiolifecycleconfigapptype

StudioLifecycleConfigContent

The content of your Amazon SageMaker Studio Lifecycle Configuration script.

string? StudioLifecycleConfigContent { get; }
Property Value

string

Remarks

This content must be base64 encoded.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-studiolifecycleconfig.html#cfn-sagemaker-studiolifecycleconfig-studiolifecycleconfigcontent

StudioLifecycleConfigName

The name of the Amazon SageMaker AI Studio Lifecycle Configuration.

string? StudioLifecycleConfigName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-studiolifecycleconfig.html#cfn-sagemaker-studiolifecycleconfig-studiolifecycleconfigname

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-studiolifecycleconfig.html#cfn-sagemaker-studiolifecycleconfig-tags

Back to top Generated by DocFX