@Stability(value=Stable) @Internal public static final class CfnWorkGroup.ResultConfigurationUpdatesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWorkGroup.ResultConfigurationUpdatesProperty
CfnWorkGroup.ResultConfigurationUpdatesPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnWorkGroup.ResultConfigurationUpdatesProperty.Builder, CfnWorkGroup.ResultConfigurationUpdatesProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnWorkGroup.ResultConfigurationUpdatesProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnWorkGroup.EncryptionConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getEncryptionConfiguration()
The encryption configuration for the query results.
|
String |
getOutputLocation()
The location in Amazon S3 where your query results are stored, such as `s3://path/to/query/bucket/` .
|
Object |
getRemoveEncryptionConfiguration()
If set to "true", indicates that the previously-specified encryption configuration (also known as the client-side setting) for queries in this workgroup should be ignored and set to null.
|
Object |
getRemoveOutputLocation()
If set to "true", indicates that the previously-specified query results location (also known as a client-side setting) for queries in this workgroup should be ignored and set to null.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnWorkGroup.ResultConfigurationUpdatesProperty.Builder builder)
CfnWorkGroup.EncryptionConfigurationProperty.Builder.public final Object getEncryptionConfiguration()
CfnWorkGroup.ResultConfigurationUpdatesPropertygetEncryptionConfiguration in interface CfnWorkGroup.ResultConfigurationUpdatesPropertypublic final String getOutputLocation()
CfnWorkGroup.ResultConfigurationUpdatesProperty
For more information, see Query Results If workgroup settings override client-side settings, then the query uses the location for the query results and the encryption configuration that are specified for the workgroup. The "workgroup settings override" is specified in EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration. See EnforceWorkGroupConfiguration .
getOutputLocation in interface CfnWorkGroup.ResultConfigurationUpdatesPropertypublic final Object getRemoveEncryptionConfiguration()
CfnWorkGroup.ResultConfigurationUpdatesPropertyIf set to "false" or not set, and a value is present in the EncryptionConfiguration in ResultConfigurationUpdates (the client-side setting), the EncryptionConfiguration in the workgroup's ResultConfiguration will be updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings .
getRemoveEncryptionConfiguration in interface CfnWorkGroup.ResultConfigurationUpdatesPropertypublic final Object getRemoveOutputLocation()
CfnWorkGroup.ResultConfigurationUpdatesPropertyIf set to "false" or not set, and a value is present in the OutputLocation in ResultConfigurationUpdates (the client-side setting), the OutputLocation in the workgroup's ResultConfiguration will be updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings .
getRemoveOutputLocation in interface CfnWorkGroup.ResultConfigurationUpdatesProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.