Class CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.athena.CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty
@Stability(Stable)
@Internal
public static final class CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkGroup.WorkGroupConfigurationUpdatesProperty
An implementation for
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty
-
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.athena.CfnWorkGroup.WorkGroupConfigurationUpdatesProperty
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder, CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWorkGroup.WorkGroupConfigurationUpdatesProperty.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 String
Additional Configuration that are passed to Athena Spark Calculations running in this workgroup.final Number
The upper data usage limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.final Object
Indicates the KMS key for encrypting notebook content.final Object
If set to "true", the settings for the workgroup override client-side settings.final Object
The Athena engine version for running queries.final String
Execution Role ARN required to run Athena Spark Calculations.final Object
Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.final Object
Indicates that the data usage control limit per query is removed.final Object
final Object
If set to true, allows members assigned to a workgroup to reference Amazon S3 Requester Pays buckets in queries.final Object
The result configuration information about the queries in this workgroup that will be updated.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 theCfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder
.
-
-
Method Details
-
getAdditionalConfiguration
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationUpdatesProperty
Additional Configuration that are passed to Athena Spark Calculations running in this workgroup.- Specified by:
getAdditionalConfiguration
in interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty
- See Also:
-
getBytesScannedCutoffPerQuery
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationUpdatesProperty
The upper data usage limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.- Specified by:
getBytesScannedCutoffPerQuery
in interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty
- See Also:
-
getCustomerContentEncryptionConfiguration
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationUpdatesProperty
Indicates the KMS key for encrypting notebook content.- Specified by:
getCustomerContentEncryptionConfiguration
in interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty
- See Also:
-
getEnforceWorkGroupConfiguration
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationUpdatesProperty
If set to "true", the settings for the workgroup override client-side settings.If set to "false", client-side settings are used
- Specified by:
getEnforceWorkGroupConfiguration
in interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty
- See Also:
-
getEngineVersion
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationUpdatesProperty
The Athena engine version for running queries.- Specified by:
getEngineVersion
in interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty
- See Also:
-
getExecutionRole
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationUpdatesProperty
Execution Role ARN required to run Athena Spark Calculations.- Specified by:
getExecutionRole
in interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty
- See Also:
-
getPublishCloudWatchMetricsEnabled
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationUpdatesProperty
Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.- Specified by:
getPublishCloudWatchMetricsEnabled
in interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty
- See Also:
-
getRemoveBytesScannedCutoffPerQuery
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationUpdatesProperty
Indicates that the data usage control limit per query is removed.- Specified by:
getRemoveBytesScannedCutoffPerQuery
in interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty
- See Also:
-
getRemoveCustomerContentEncryptionConfiguration
- Specified by:
getRemoveCustomerContentEncryptionConfiguration
in interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty
- See Also:
-
getRequesterPaysEnabled
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationUpdatesProperty
If set to true, allows members assigned to a workgroup to reference Amazon S3 Requester Pays buckets in queries.If set to false, workgroup members cannot query data from Requester Pays buckets, and queries that retrieve data from Requester Pays buckets cause an error.
- Specified by:
getRequesterPaysEnabled
in interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty
- See Also:
-
getResultConfigurationUpdates
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationUpdatesProperty
The result configuration information about the queries in this workgroup that will be updated.Includes the updated results location and an updated option for encrypting query results.
- Specified by:
getResultConfigurationUpdates
in interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty
- See Also:
-
$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()
-