aws-cdk-lib.aws_transfer.CfnWorkflow.S3InputFileLocationProperty

interface S3InputFileLocationProperty

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

Specifies the details for the Amazon S3 location for an input file to a workflow.

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 s3InputFileLocationProperty: transfer.CfnWorkflow.S3InputFileLocationProperty = {
  bucket: 'bucket',
  key: 'key',
};

Properties

NameTypeDescription
bucket?stringSpecifies the S3 bucket for the customer input file.
key?stringThe name assigned to the file when it was created in Amazon S3.

bucket?

Type: string (optional)

Specifies the S3 bucket for the customer input file.


key?

Type: string (optional)

The name assigned to the file when it was created in Amazon S3.

You use the object key to retrieve the object.