Class CfnJobDefinition.VolumesHostProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnJobDefinition.VolumesHostProperty : CfnJobDefinition.IVolumesHostProperty
Syntax (vb)
Public Class CfnJobDefinition.VolumesHostProperty Implements CfnJobDefinition.IVolumesHostProperty
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 volumesHostProperty = new VolumesHostProperty {
SourcePath = "sourcePath"
};
Synopsis
Constructors
| VolumesHostProperty() |
Properties
| SourcePath |
Constructors
VolumesHostProperty()
public VolumesHostProperty()
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 volumesHostProperty = new VolumesHostProperty {
SourcePath = "sourcePath"
};
Properties
SourcePath
public string? SourcePath { get; set; }