Show / Hide Table of Contents

Interface CfnApplicationPropsMixin.IAutoStopConfigurationProperty

The configuration for an application to automatically stop after a certain amount of time being idle.

Namespace: Amazon.CDK.Mixins.Preview.AWS.EMRServerless.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnApplicationPropsMixin.IAutoStopConfigurationProperty
Syntax (vb)
Public Interface CfnApplicationPropsMixin.IAutoStopConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-autostopconfiguration.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.EMRServerless.Mixins;

             var autoStopConfigurationProperty = new AutoStopConfigurationProperty {
                 Enabled = false,
                 IdleTimeoutMinutes = 123
             };

Synopsis

Properties

Enabled

Enables the application to automatically stop after a certain amount of time being idle.

IdleTimeoutMinutes

The amount of idle time in minutes after which your application will automatically stop.

Properties

Enabled

Enables the application to automatically stop after a certain amount of time being idle.

object? Enabled { get; }
Property Value

object

Remarks

Defaults to true.

Default: - true

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-autostopconfiguration.html#cfn-emrserverless-application-autostopconfiguration-enabled

Type union: either bool or IResolvable

IdleTimeoutMinutes

The amount of idle time in minutes after which your application will automatically stop.

double? IdleTimeoutMinutes { get; }
Property Value

double?

Remarks

Defaults to 15 minutes.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-autostopconfiguration.html#cfn-emrserverless-application-autostopconfiguration-idletimeoutminutes

Back to top Generated by DocFX