interface S3InputFileLocationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Transfer.CfnWorkflow.S3InputFileLocationProperty |
![]() | software.amazon.awscdk.services.transfer.CfnWorkflow.S3InputFileLocationProperty |
![]() | aws_cdk.aws_transfer.CfnWorkflow.S3InputFileLocationProperty |
![]() | @aws-cdk/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 * as transfer from '@aws-cdk/aws-transfer';
const s3InputFileLocationProperty: transfer.CfnWorkflow.S3InputFileLocationProperty = {
bucket: 'bucket',
key: 'key',
};
Properties
Name | Type | Description |
---|---|---|
bucket? | string | Specifies the S3 bucket for the customer input file. |
key? | string | The 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.