Show / Hide Table of Contents

Class CfnJobDefinition.HostPathProperty

Inheritance
object
CfnJobDefinition.HostPathProperty
Implements
CfnJobDefinition.IHostPathProperty
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.HostPathProperty : CfnJobDefinition.IHostPathProperty
Syntax (vb)
Public Class CfnJobDefinition.HostPathProperty Implements CfnJobDefinition.IHostPathProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-hostpath.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 hostPathProperty = new HostPathProperty {
                 Path = "path"
             };

Synopsis

Constructors

HostPathProperty()

Properties

Path

Constructors

HostPathProperty()

public HostPathProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-hostpath.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 hostPathProperty = new HostPathProperty {
                 Path = "path"
             };

Properties

Path

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

string

Remarks

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

Implements

CfnJobDefinition.IHostPathProperty
Back to top Generated by DocFX