Interface CfnJobDefinitionPropsMixin.IEphemeralStorageProperty
The amount of ephemeral storage to allocate for the task.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Batch.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnJobDefinitionPropsMixin.IEphemeralStorageProperty
Syntax (vb)
Public Interface CfnJobDefinitionPropsMixin.IEphemeralStorageProperty
Remarks
This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on AWS Fargate .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Batch.Mixins;
var ephemeralStorageProperty = new EphemeralStorageProperty {
SizeInGiB = 123
};
Synopsis
Properties
| SizeInGiB | The total amount, in GiB, of ephemeral storage to set for the task. |
Properties
SizeInGiB
The total amount, in GiB, of ephemeral storage to set for the task.
double? SizeInGiB { get; }
Property Value
Remarks
The minimum supported value is 21 GiB and the maximum supported value is 200 GiB.