Interface CfnApplicationPropsMixin.IAutoStartConfigurationProperty
The configuration for an application to automatically start on job submission.
Namespace: Amazon.CDK.Mixins.Preview.AWS.EMRServerless.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnApplicationPropsMixin.IAutoStartConfigurationProperty
Syntax (vb)
Public Interface CfnApplicationPropsMixin.IAutoStartConfigurationProperty
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 autoStartConfigurationProperty = new AutoStartConfigurationProperty {
Enabled = false
};
Synopsis
Properties
| Enabled | Enables the application to automatically start on job submission. |
Properties
Enabled
Enables the application to automatically start on job submission.
object? Enabled { get; }