Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-autostartconfiguration.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 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; }
Property Value

object

Remarks

Default: - true

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

Type union: either bool or IResolvable

Back to top Generated by DocFX