interface WorkerTypeSpecificationInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EMRServerless.CfnApplication.WorkerTypeSpecificationInputProperty |
Java | software.amazon.awscdk.services.emrserverless.CfnApplication.WorkerTypeSpecificationInputProperty |
Python | aws_cdk.aws_emrserverless.CfnApplication.WorkerTypeSpecificationInputProperty |
TypeScript | @aws-cdk/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 * as emrserverless from '@aws-cdk/aws-emrserverless';
const workerTypeSpecificationInputProperty: emrserverless.CfnApplication.WorkerTypeSpecificationInputProperty = {
imageConfiguration: {
imageUri: 'imageUri',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| image | IResolvable | Image | CfnApplication.WorkerTypeSpecificationInputProperty.ImageConfiguration. |
imageConfiguration?
Type:
IResolvable | Image
(optional)
CfnApplication.WorkerTypeSpecificationInputProperty.ImageConfiguration.

.NET
Java
Python
TypeScript