aws-cdk-lib.aws_transfer.CfnWorkflow.S3FileLocationProperty

interface S3FileLocationProperty

LanguageType name
.NETAmazon.CDK.AWS.Transfer.CfnWorkflow.S3FileLocationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awstransfer#CfnWorkflow_S3FileLocationProperty
Javasoftware.amazon.awscdk.services.transfer.CfnWorkflow.S3FileLocationProperty
Pythonaws_cdk.aws_transfer.CfnWorkflow.S3FileLocationProperty
TypeScript aws-cdk-lib » aws_transfer » CfnWorkflow » S3FileLocationProperty

Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_transfer as transfer } from 'aws-cdk-lib';
const s3FileLocationProperty: transfer.CfnWorkflow.S3FileLocationProperty = {
  s3FileLocation: {
    bucket: 'bucket',
    key: 'key',
  },
};

Properties

NameTypeDescription
s3FileLocation?IResolvable | S3InputFileLocationPropertySpecifies the details for the file location for the file that's being used in the workflow.

s3FileLocation?

Type: IResolvable | S3InputFileLocationProperty (optional)

Specifies the details for the file location for the file that's being used in the workflow.

Only applicable if you are using Amazon S3 storage.