Class CfnJobDefinition.EmptyDirProperty
Implements
Inherited Members
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
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
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
Remarks
SizeLimit
public string? SizeLimit { get; set; }