interface WorkerTypeSpecificationInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EMRServerless.Mixins.CfnApplicationPropsMixin.WorkerTypeSpecificationInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsemrserverless/mixins#CfnApplicationPropsMixin_WorkerTypeSpecificationInputProperty |
Java | software.amazon.awscdk.mixins.preview.services.emrserverless.mixins.CfnApplicationPropsMixin.WorkerTypeSpecificationInputProperty |
Python | aws_cdk.mixins_preview.aws_emrserverless.mixins.CfnApplicationPropsMixin.WorkerTypeSpecificationInputProperty |
TypeScript | @aws-cdk/mixins-preview » aws_emrserverless » mixins » 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 { mixins as emrserverless_mixins } from '@aws-cdk/mixins-preview/aws-emrserverless';
const workerTypeSpecificationInputProperty: emrserverless_mixins.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