interface S3LocationConfig
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.StepFunctions.Tasks.S3LocationConfig |
Java | software.amazon.awscdk.services.stepfunctions.tasks.S3LocationConfig |
Python | aws_cdk.aws_stepfunctions_tasks.S3LocationConfig |
TypeScript (source) | @aws-cdk/aws-stepfunctions-tasks » S3LocationConfig |
Obtainable from
S3
.bind()
Stores information about the location of an object in Amazon S3.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as stepfunctions_tasks from '@aws-cdk/aws-stepfunctions-tasks';
const s3LocationConfig: stepfunctions_tasks.S3LocationConfig = {
uri: 'uri',
};
Properties
Name | Type | Description |
---|---|---|
uri | string | Uniquely identifies the resource in Amazon S3. |
uri
Type:
string
Uniquely identifies the resource in Amazon S3.