Show / Hide Table of Contents

Interface CfnDomainPropsMixin.IAppLifecycleManagementProperty

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

Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDomainPropsMixin.IAppLifecycleManagementProperty
Syntax (vb)
Public Interface CfnDomainPropsMixin.IAppLifecycleManagementProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-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

Properties

IdleSettings

Settings related to idle shutdown of Studio applications.

Properties

IdleSettings

Settings related to idle shutdown of Studio applications.

object? IdleSettings { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDomainPropsMixin.IIdleSettingsProperty

Back to top Generated by DocFX