Class ResultConfiguration.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.ResultConfiguration.Jsii$Proxy
- All Implemented Interfaces:
ResultConfiguration
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ResultConfiguration
@Stability(Stable)
@Internal
public static final class ResultConfiguration.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ResultConfiguration
An implementation for
ResultConfiguration
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.ResultConfiguration
ResultConfiguration.Builder, ResultConfiguration.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ResultConfiguration.Builder builder) Constructor that initializes the object based on literal property values passed by theResultConfiguration.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final EncryptionConfiguration
Encryption option used if enabled in S3.final Location
S3 path of query results.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theResultConfiguration.Builder
.
-
-
Method Details
-
getEncryptionConfiguration
Description copied from interface:ResultConfiguration
Encryption option used if enabled in S3.Default: - SSE_S3 encryption is enabled with default encryption key
- Specified by:
getEncryptionConfiguration
in interfaceResultConfiguration
-
getOutputLocation
Description copied from interface:ResultConfiguration
S3 path of query results.Example value:
s3://query-results-bucket/folder/
Default: - Query Result Location set in Athena settings for this workgroup
- Specified by:
getOutputLocation
in interfaceResultConfiguration
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-