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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.athena.CfnWorkGroup.WorkGroupConfigurationUpdatesProperty
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder, CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringAdditional Configuration that are passed to Athena Spark Calculations running in this workgroup.final NumberThe upper data usage limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.final ObjectIndicates the KMS key for encrypting notebook content.final ObjectIf set to "true", the settings for the workgroup override client-side settings.final ObjectThe Athena engine version for running queries.final StringExecution Role ARN required to run Athena Spark Calculations.final ObjectIndicates that the Amazon CloudWatch metrics are enabled for the workgroup.final ObjectIndicates that the data usage control limit per query is removed.final Objectfinal ObjectIf set to true, allows members assigned to a workgroup to reference Amazon S3 Requester Pays buckets in queries.final ObjectThe result configuration information about the queries in this workgroup that will be updated.final inthashCode()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.WorkGroupConfigurationUpdatesPropertyAdditional Configuration that are passed to Athena Spark Calculations running in this workgroup.- Specified by:
getAdditionalConfigurationin interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty- See Also:
-
getBytesScannedCutoffPerQuery
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationUpdatesPropertyThe upper data usage limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.- Specified by:
getBytesScannedCutoffPerQueryin interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty- See Also:
-
getCustomerContentEncryptionConfiguration
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationUpdatesPropertyIndicates the KMS key for encrypting notebook content.- Specified by:
getCustomerContentEncryptionConfigurationin interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty- See Also:
-
getEnforceWorkGroupConfiguration
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationUpdatesPropertyIf set to "true", the settings for the workgroup override client-side settings.If set to "false", client-side settings are used
- Specified by:
getEnforceWorkGroupConfigurationin interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty- See Also:
-
getEngineVersion
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationUpdatesPropertyThe Athena engine version for running queries.- Specified by:
getEngineVersionin interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty- See Also:
-
getExecutionRole
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationUpdatesPropertyExecution Role ARN required to run Athena Spark Calculations.- Specified by:
getExecutionRolein interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty- See Also:
-
getPublishCloudWatchMetricsEnabled
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationUpdatesPropertyIndicates that the Amazon CloudWatch metrics are enabled for the workgroup.- Specified by:
getPublishCloudWatchMetricsEnabledin interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty- See Also:
-
getRemoveBytesScannedCutoffPerQuery
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationUpdatesPropertyIndicates that the data usage control limit per query is removed.- Specified by:
getRemoveBytesScannedCutoffPerQueryin interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty- See Also:
-
getRemoveCustomerContentEncryptionConfiguration
- Specified by:
getRemoveCustomerContentEncryptionConfigurationin interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty- See Also:
-
getRequesterPaysEnabled
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationUpdatesPropertyIf 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:
getRequesterPaysEnabledin interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty- See Also:
-
getResultConfigurationUpdates
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationUpdatesPropertyThe 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:
getResultConfigurationUpdatesin interfaceCfnWorkGroup.WorkGroupConfigurationUpdatesProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-