Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-volumeshost.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 volumesHostProperty = new VolumesHostProperty {
                 SourcePath = "sourcePath"
             };

Synopsis

Properties

SourcePath

Properties

SourcePath

string? SourcePath { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX