Show / Hide Table of Contents

Class CfnJobDefinitionPropsMixin.EphemeralStorageProperty

The amount of ephemeral storage to allocate for the task.

Inheritance
object
CfnJobDefinitionPropsMixin.EphemeralStorageProperty
Implements
CfnJobDefinitionPropsMixin.IEphemeralStorageProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Batch
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnJobDefinitionPropsMixin.EphemeralStorageProperty : CfnJobDefinitionPropsMixin.IEphemeralStorageProperty
Syntax (vb)
Public Class CfnJobDefinitionPropsMixin.EphemeralStorageProperty Implements 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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ephemeralstorage.html

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.CfnPropertyMixins.AWS.Batch;

             var ephemeralStorageProperty = new EphemeralStorageProperty {
                 SizeInGiB = 123
             };

Synopsis

Constructors

EphemeralStorageProperty()

The amount of ephemeral storage to allocate for the task.

Properties

SizeInGiB

The total amount, in GiB, of ephemeral storage to set for the task.

Constructors

EphemeralStorageProperty()

The amount of ephemeral storage to allocate for the task.

public EphemeralStorageProperty()
Remarks

This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on AWS Fargate .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ephemeralstorage.html

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.CfnPropertyMixins.AWS.Batch;

             var ephemeralStorageProperty = new EphemeralStorageProperty {
                 SizeInGiB = 123
             };

Properties

SizeInGiB

The total amount, in GiB, of ephemeral storage to set for the task.

public double? SizeInGiB { get; set; }
Property Value

double?

Remarks

The minimum supported value is 21 GiB and the maximum supported value is 200 GiB.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ephemeralstorage.html#cfn-batch-jobdefinition-ephemeralstorage-sizeingib

Implements

CfnJobDefinitionPropsMixin.IEphemeralStorageProperty
Back to top Generated by DocFX