@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:43.924Z") @Stability(value=Experimental) public abstract class S3Location extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
S3Location() |
protected |
S3Location(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
S3Location(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
abstract S3LocationConfig |
bind(ISageMakerTask task,
S3LocationBindOptions opts)
(experimental) Called when the S3Location is bound to a StepFunctions task.
|
static S3Location |
fromBucket(IBucket bucket,
String keyPrefix)
(experimental) An `IS3Location` built with a determined bucket and key prefix.
|
static S3Location |
fromJsonExpression(String expression)
(experimental) An `IS3Location` determined fully by a JSON Path from the task input.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected S3Location(software.amazon.jsii.JsiiObjectRef objRef)
protected S3Location(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected S3Location()
@Stability(value=Experimental) @NotNull public static S3Location fromBucket(@NotNull IBucket bucket, @NotNull String keyPrefix)
bucket - is the bucket where the objects are to be stored. This parameter is required.keyPrefix - is the key prefix used by the location. This parameter is required.@Stability(value=Experimental) @NotNull public static S3Location fromJsonExpression(@NotNull String expression)
Due to the dynamic nature of those locations, the IAM grants that will be set by grantRead and grantWrite
apply to the * resource.
expression - the JSON expression resolving to an S3 location URI. This parameter is required.@Stability(value=Experimental) @NotNull public abstract S3LocationConfig bind(@NotNull ISageMakerTask task, @NotNull S3LocationBindOptions opts)
task - This parameter is required.opts - This parameter is required.Copyright © 2021. All rights reserved.