Interface S3LocationConfig

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
S3LocationConfig.Jsii$Proxy

@Generated(value="jsii-pacmak/1.104.0 (build e79254c)", date="2024-10-31T19:13:06.680Z") @Stability(Stable) public interface S3LocationConfig extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.stepfunctions.tasks.*;
 S3LocationConfig s3LocationConfig = S3LocationConfig.builder()
         .uri("uri")
         .build();