Class CfnWorkflow.S3FileLocationProperty
Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Transfer
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnWorkflow.S3FileLocationProperty : CfnWorkflow.IS3FileLocationProperty
Syntax (vb)
Public Class CfnWorkflow.S3FileLocationProperty Implements CfnWorkflow.IS3FileLocationProperty
Remarks
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 s3FileLocationProperty = new S3FileLocationProperty {
S3FileLocation = new S3InputFileLocationProperty {
Bucket = "bucket",
Key = "key"
}
};
Synopsis
Constructors
| S3FileLocationProperty() | Specifies the S3 details for the file being used, such as bucket, ETag, and so forth. |
Properties
| S3FileLocation | Specifies the details for the file location for the file that's being used in the workflow. |
Constructors
S3FileLocationProperty()
Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.
public S3FileLocationProperty()
Remarks
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 s3FileLocationProperty = new S3FileLocationProperty {
S3FileLocation = new S3InputFileLocationProperty {
Bucket = "bucket",
Key = "key"
}
};
Properties
S3FileLocation
Specifies the details for the file location for the file that's being used in the workflow.
public object? S3FileLocation { get; set; }
Property Value
Remarks
Only applicable if you are using Amazon S3 storage.
Type union: either IResolvable or CfnWorkflow.IS3InputFileLocationProperty