Show / Hide Table of Contents

Class CfnJobDefinition.VolumesHostProperty

Inheritance
object
CfnJobDefinition.VolumesHostProperty
Implements
CfnJobDefinition.IVolumesHostProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

Constructors

VolumesHostProperty()

Properties

SourcePath

Constructors

VolumesHostProperty()

public VolumesHostProperty()
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"
             };

Properties

SourcePath

public string? SourcePath { get; set; }
Property Value

string

Remarks

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

Implements

CfnJobDefinition.IVolumesHostProperty
Back to top Generated by DocFX