S3LocationConfig

class aws_cdk.aws_stepfunctions_tasks.S3LocationConfig(*, uri)

Bases: object

Stores information about the location of an object in Amazon S3.

Parameters:

uri (str) – Uniquely identifies the resource in Amazon S3.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_stepfunctions_tasks as stepfunctions_tasks

s3_location_config = stepfunctions_tasks.S3LocationConfig(
    uri="uri"
)

Attributes

uri

Uniquely identifies the resource in Amazon S3.