Interface CfnJobDefinition.IVolumesHostProperty
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnJobDefinition.IVolumesHostProperty
Syntax (vb)
Public Interface 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
Properties
| SourcePath |
Properties
SourcePath
string? SourcePath { get; }