aws-cdk-lib.aws_emrserverless.CfnApplication.AutoStartConfigurationProperty

interface AutoStartConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.EMRServerless.CfnApplication.AutoStartConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsemrserverless#CfnApplication_AutoStartConfigurationProperty
Javasoftware.amazon.awscdk.services.emrserverless.CfnApplication.AutoStartConfigurationProperty
Pythonaws_cdk.aws_emrserverless.CfnApplication.AutoStartConfigurationProperty
TypeScript aws-cdk-lib » aws_emrserverless » CfnApplication » AutoStartConfigurationProperty

The configuration for an application to automatically start on job submission.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_emrserverless as emrserverless } from 'aws-cdk-lib';
const autoStartConfigurationProperty: emrserverless.CfnApplication.AutoStartConfigurationProperty = {
  enabled: false,
};

Properties

NameTypeDescription
enabled?boolean | IResolvableEnables the application to automatically start on job submission.

enabled?

Type: boolean | IResolvable (optional)

Enables the application to automatically start on job submission.

Defaults to true.