@Generated(value="jsii-pacmak/0.13.3 (build 3624e0f)", date="2019-07-04T19:44:32.570Z") @Stability(value=Experimental) public abstract class S3Location extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
|
S3Location() |
protected |
S3Location(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
abstract S3LocationConfig |
bind(ISageMakerTask task,
S3LocationBindOptions opts)
Called when the S3Location is bound to a StepFunctions task.
|
static S3Location |
fromBucket(software.amazon.awscdk.services.s3.IBucket bucket,
String keyPrefix)
An `IS3Location` built with a determined bucket and key prefix.
|
static S3Location |
fromJsonExpression(String expression)
An `IS3Location` determined fully by a JSON Path from the task input.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected S3Location(software.amazon.jsii.JsiiObject.InitializationMode mode)
public S3Location()
@Stability(value=Experimental) public static S3Location fromBucket(software.amazon.awscdk.services.s3.IBucket bucket, String keyPrefix)
bucket - is the bucket where the objects are to be stored.keyPrefix - is the key prefix used by the location.@Stability(value=Experimental) public static S3Location fromJsonExpression(String expression)
expression - the JSON expression resolving to an S3 location URI.@Stability(value=Experimental) public abstract S3LocationConfig bind(ISageMakerTask task, S3LocationBindOptions opts)
Copyright © 2019. All rights reserved.