interface WorkerTypeSpecificationInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.EMRServerless.CfnApplicationPropsMixin.WorkerTypeSpecificationInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsemrserverless#CfnApplicationPropsMixin_WorkerTypeSpecificationInputProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.emrserverless.CfnApplicationPropsMixin.WorkerTypeSpecificationInputProperty |
Python | aws_cdk.cfn_property_mixins.aws_emrserverless.CfnApplicationPropsMixin.WorkerTypeSpecificationInputProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_emrserverless » CfnApplicationPropsMixin » WorkerTypeSpecificationInputProperty |
The specifications for a worker type.
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/cfn-property-mixins';
const workerTypeSpecificationInputProperty: emrserverless.CfnApplicationPropsMixin.WorkerTypeSpecificationInputProperty = {
imageConfiguration: {
imageUri: 'imageUri',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| image | IResolvable | Image | The image configuration for a worker type. |
imageConfiguration?
Type:
IResolvable | Image
(optional)
The image configuration for a worker type.

.NET
Go
Java
Python
TypeScript