Show / Hide Table of Contents

Class CfnUserProfilePropsMixin.AppLifecycleManagementProperty

Settings that are used to configure and manage the lifecycle of Amazon SageMaker Studio applications.

Inheritance
object
CfnUserProfilePropsMixin.AppLifecycleManagementProperty
Implements
CfnUserProfilePropsMixin.IAppLifecycleManagementProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnUserProfilePropsMixin.AppLifecycleManagementProperty : CfnUserProfilePropsMixin.IAppLifecycleManagementProperty
Syntax (vb)
Public Class CfnUserProfilePropsMixin.AppLifecycleManagementProperty Implements CfnUserProfilePropsMixin.IAppLifecycleManagementProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-applifecyclemanagement.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 appLifecycleManagementProperty = new AppLifecycleManagementProperty {
                 IdleSettings = new IdleSettingsProperty {
                     IdleTimeoutInMinutes = 123,
                     LifecycleManagement = "lifecycleManagement",
                     MaxIdleTimeoutInMinutes = 123,
                     MinIdleTimeoutInMinutes = 123
                 }
             };

Synopsis

Constructors

AppLifecycleManagementProperty()

Settings that are used to configure and manage the lifecycle of Amazon SageMaker Studio applications.

Properties

IdleSettings

Settings related to idle shutdown of Studio applications.

Constructors

AppLifecycleManagementProperty()

Settings that are used to configure and manage the lifecycle of Amazon SageMaker Studio applications.

public AppLifecycleManagementProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-applifecyclemanagement.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 appLifecycleManagementProperty = new AppLifecycleManagementProperty {
                 IdleSettings = new IdleSettingsProperty {
                     IdleTimeoutInMinutes = 123,
                     LifecycleManagement = "lifecycleManagement",
                     MaxIdleTimeoutInMinutes = 123,
                     MinIdleTimeoutInMinutes = 123
                 }
             };

Properties

IdleSettings

Settings related to idle shutdown of Studio applications.

public object? IdleSettings { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-applifecyclemanagement.html#cfn-sagemaker-userprofile-applifecyclemanagement-idlesettings

Type union: either IResolvable or CfnUserProfilePropsMixin.IIdleSettingsProperty

Implements

CfnUserProfilePropsMixin.IAppLifecycleManagementProperty
Back to top Generated by DocFX