Show / Hide Table of Contents

Class CfnWorkflow.EfsInputFileLocationProperty

Specifies the Amazon EFS identifier and the path for the file being used.

Inheritance
object
CfnWorkflow.EfsInputFileLocationProperty
Implements
CfnWorkflow.IEfsInputFileLocationProperty
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.Transfer
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnWorkflow.EfsInputFileLocationProperty : CfnWorkflow.IEfsInputFileLocationProperty
Syntax (vb)
Public Class CfnWorkflow.EfsInputFileLocationProperty Implements CfnWorkflow.IEfsInputFileLocationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-efsinputfilelocation.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.Transfer;

             var efsInputFileLocationProperty = new EfsInputFileLocationProperty {
                 FileSystemId = "fileSystemId",
                 Path = "path"
             };

Synopsis

Constructors

EfsInputFileLocationProperty()

Specifies the Amazon EFS identifier and the path for the file being used.

Properties

FileSystemId

The identifier of the file system, assigned by Amazon EFS.

Path

The pathname for the folder being used by a workflow.

Constructors

EfsInputFileLocationProperty()

Specifies the Amazon EFS identifier and the path for the file being used.

public EfsInputFileLocationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-efsinputfilelocation.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.Transfer;

             var efsInputFileLocationProperty = new EfsInputFileLocationProperty {
                 FileSystemId = "fileSystemId",
                 Path = "path"
             };

Properties

FileSystemId

The identifier of the file system, assigned by Amazon EFS.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-efsinputfilelocation.html#cfn-transfer-workflow-efsinputfilelocation-filesystemid

Path

The pathname for the folder being used by a workflow.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-efsinputfilelocation.html#cfn-transfer-workflow-efsinputfilelocation-path

Implements

CfnWorkflow.IEfsInputFileLocationProperty
Back to top Generated by DocFX