aws-cdk-lib.aws_emrserverless.CfnApplication.WorkerTypeSpecificationInputProperty

interface WorkerTypeSpecificationInputProperty

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

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 workerTypeSpecificationInputProperty: emrserverless.CfnApplication.WorkerTypeSpecificationInputProperty = {
  imageConfiguration: {
    imageUri: 'imageUri',
  },
};

Properties

NameTypeDescription
imageConfiguration?IResolvable | ImageConfigurationInputPropertyCfnApplication.WorkerTypeSpecificationInputProperty.ImageConfiguration.

imageConfiguration?

Type: IResolvable | ImageConfigurationInputProperty (optional)

CfnApplication.WorkerTypeSpecificationInputProperty.ImageConfiguration.