Show / Hide Table of Contents

Class CfnJobDefinition.EmptyDirProperty

Inheritance
object
CfnJobDefinition.EmptyDirProperty
Implements
CfnJobDefinition.IEmptyDirProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnJobDefinition.EmptyDirProperty : CfnJobDefinition.IEmptyDirProperty
Syntax (vb)
Public Class CfnJobDefinition.EmptyDirProperty Implements CfnJobDefinition.IEmptyDirProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-emptydir.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.AWS.Batch;

             var emptyDirProperty = new EmptyDirProperty {
                 Medium = "medium",
                 SizeLimit = "sizeLimit"
             };

Synopsis

Constructors

EmptyDirProperty()

Properties

Medium
SizeLimit

Constructors

EmptyDirProperty()

public EmptyDirProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-emptydir.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.AWS.Batch;

             var emptyDirProperty = new EmptyDirProperty {
                 Medium = "medium",
                 SizeLimit = "sizeLimit"
             };

Properties

Medium

public string? Medium { get; set; }
Property Value

string

Remarks

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

SizeLimit

public string? SizeLimit { get; set; }
Property Value

string

Remarks

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

Implements

CfnJobDefinition.IEmptyDirProperty
Back to top Generated by DocFX