Show / Hide Table of Contents

Interface CfnPipePropsMixin.IEcsEphemeralStorageProperty

The amount of ephemeral storage to allocate for the task.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Pipes.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnPipePropsMixin.IEcsEphemeralStorageProperty
Syntax (vb)
Public Interface CfnPipePropsMixin.IEcsEphemeralStorageProperty
Remarks

This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on Fargate. For more information, see Fargate task storage in the Amazon ECS User Guide for Fargate .

This parameter is only supported for tasks hosted on Fargate using Linux platform version <code>1.4.0</code> or later. This parameter is not supported for Windows containers on Fargate.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-ecsephemeralstorage.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.Mixins.Preview.AWS.Pipes.Mixins;

             var ecsEphemeralStorageProperty = new EcsEphemeralStorageProperty {
                 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

double?

Remarks

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

Default: - 0

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-ecsephemeralstorage.html#cfn-pipes-pipe-ecsephemeralstorage-sizeingib

Back to top Generated by DocFX