interface EphemeralStorageProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Batch.CfnJobDefinition.EphemeralStorageProperty |
Java | software.amazon.awscdk.services.batch.CfnJobDefinition.EphemeralStorageProperty |
Python | aws_cdk.aws_batch.CfnJobDefinition.EphemeralStorageProperty |
TypeScript | @aws-cdk/aws-batch » CfnJobDefinition » EphemeralStorageProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as batch from '@aws-cdk/aws-batch';
const ephemeralStorageProperty: batch.CfnJobDefinition.EphemeralStorageProperty = {
sizeInGiB: 123,
};
Properties
Name | Type | Description |
---|---|---|
size | number | CfnJobDefinition.EphemeralStorageProperty.SizeInGiB . |
sizeInGiB
Type:
number
CfnJobDefinition.EphemeralStorageProperty.SizeInGiB
.