aws-cdk-lib.aws_emrserverless.CfnApplication.WorkerConfigurationProperty
interface WorkerConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EMRServerless.CfnApplication.WorkerConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsemrserverless#CfnApplication_WorkerConfigurationProperty |
![]() | software.amazon.awscdk.services.emrserverless.CfnApplication.WorkerConfigurationProperty |
![]() | aws_cdk.aws_emrserverless.CfnApplication.WorkerConfigurationProperty |
![]() | aws-cdk-lib » aws_emrserverless » CfnApplication » WorkerConfigurationProperty |
The resource configuration of the initial capacity configuration.
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 workerConfigurationProperty: emrserverless.CfnApplication.WorkerConfigurationProperty = {
cpu: 'cpu',
memory: 'memory',
// the properties below are optional
disk: 'disk',
};
Properties
Name | Type | Description |
---|---|---|
cpu | string | Minimum : 1. |
memory | string | Minimum : 1. |
disk? | string | Minimum : 1. |
cpu
Type:
string
Minimum : 1.
Maximum : 15
Pattern : ^[1-9][0-9]*(\\s)?(vCPU|vcpu|VCPU)?$
memory
Type:
string
Minimum : 1.
Maximum : 15
Pattern : ^[1-9][0-9]*(\\s)?(GB|gb|gB|Gb)?$
disk?
Type:
string
(optional)
Minimum : 1.
Maximum : 15
Pattern : ^[1-9][0-9]*(\\s)?(GB|gb|gB|Gb)$"