interface WorkerTypeSpecificationInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EMRServerless.CfnApplication.WorkerTypeSpecificationInputProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsemrserverless#CfnApplication_WorkerTypeSpecificationInputProperty |
Java | software.amazon.awscdk.services.emrserverless.CfnApplication.WorkerTypeSpecificationInputProperty |
Python | aws_cdk.aws_emrserverless.CfnApplication.WorkerTypeSpecificationInputProperty |
TypeScript | aws-cdk-lib » aws_emrserverless » CfnApplication » 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-lib';
const workerTypeSpecificationInputProperty: emrserverless.CfnApplication.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