Show / Hide Table of Contents

Class CfnStudioLifecycleConfigMixinProps

Properties for CfnStudioLifecycleConfigPropsMixin.

Inheritance
object
CfnStudioLifecycleConfigMixinProps
Implements
ICfnStudioLifecycleConfigMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.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

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.

public string? StudioLifecycleConfigContent { get; set; }
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.

public string? StudioLifecycleConfigName { get; set; }
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.

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.

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

Implements

ICfnStudioLifecycleConfigMixinProps
Back to top Generated by DocFX