Show / Hide Table of Contents

Interface CfnWorkflow.IEfsInputFileLocationProperty

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

Namespace: Amazon.CDK.AWS.Transfer
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnWorkflow.IEfsInputFileLocationProperty
Syntax (vb)
Public Interface 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

Properties

FileSystemId

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

Path

The pathname for the folder being used by a workflow.

Properties

FileSystemId

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

string? FileSystemId { get; }
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.

string? Path { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX