interface EphemeralStorageProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Batch.CfnJobDefinition.EphemeralStorageProperty |
![]() | software.amazon.awscdk.services.batch.CfnJobDefinition.EphemeralStorageProperty |
![]() | aws_cdk.aws_batch.CfnJobDefinition.EphemeralStorageProperty |
![]() | @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
.