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