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
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
Remarks
IdleTimeoutMinutes
The amount of idle time in minutes after which your application will automatically stop.
double? IdleTimeoutMinutes { get; }