aws-cdk-lib.aws_stepfunctions_tasks.S3LocationConfig

interface S3LocationConfig

LanguageType name
.NETAmazon.CDK.AWS.StepFunctions.Tasks.S3LocationConfig
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctionstasks#S3LocationConfig
Javasoftware.amazon.awscdk.services.stepfunctions.tasks.S3LocationConfig
Pythonaws_cdk.aws_stepfunctions_tasks.S3LocationConfig
TypeScript (source)aws-cdk-lib » aws_stepfunctions_tasks » S3LocationConfig

Obtainable from S3Location.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 { aws_stepfunctions_tasks as stepfunctions_tasks } from 'aws-cdk-lib';
const s3LocationConfig: stepfunctions_tasks.S3LocationConfig = {
  uri: 'uri',
};

Properties

NameTypeDescription
uristringUniquely identifies the resource in Amazon S3.

uri

Type: string

Uniquely identifies the resource in Amazon S3.