Class CfnWorkGroup.WorkGroupConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkGroup.WorkGroupConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkGroup.WorkGroupConfigurationProperty
CfnWorkGroup.WorkGroupConfigurationProperty
-
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.WorkGroupConfigurationProperty
CfnWorkGroup.WorkGroupConfigurationProperty.Builder, CfnWorkGroup.WorkGroupConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWorkGroup.WorkGroupConfigurationProperty.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
Specifies a user defined JSON string that is passed to the session engine.final Number
The upper limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.final Object
Specifies the KMS key that is used to encrypt the user's data stores in Athena.final Object
If set to "true", the settings for the workgroup override client-side settings.final Object
The engine version that all queries running on the workgroup use.final String
Role used to access user resources in an Athena for Apache Spark session.final Object
Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.final Object
If set totrue
, allows members assigned to a workgroup to reference Amazon S3 Requester Pays buckets in queries.final Object
Specifies the location in Amazon S3 where query results are stored and the encryption option, if any, used for 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 theCfnWorkGroup.WorkGroupConfigurationProperty.Builder
.
-
-
Method Details
-
getAdditionalConfiguration
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationProperty
Specifies a user defined JSON string that is passed to the session engine.- Specified by:
getAdditionalConfiguration
in interfaceCfnWorkGroup.WorkGroupConfigurationProperty
-
getBytesScannedCutoffPerQuery
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationProperty
The upper limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.No default is defined.
This property currently supports integer types. Support for long values is planned.
- Specified by:
getBytesScannedCutoffPerQuery
in interfaceCfnWorkGroup.WorkGroupConfigurationProperty
-
getCustomerContentEncryptionConfiguration
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationProperty
Specifies the KMS key that is used to encrypt the user's data stores in Athena.This setting does not apply to Athena SQL workgroups.
- Specified by:
getCustomerContentEncryptionConfiguration
in interfaceCfnWorkGroup.WorkGroupConfigurationProperty
-
getEnforceWorkGroupConfiguration
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationProperty
If set to "true", the settings for the workgroup override client-side settings.If set to "false", client-side settings are used. For more information, see Workgroup Settings Override Client-Side Settings .
- Specified by:
getEnforceWorkGroupConfiguration
in interfaceCfnWorkGroup.WorkGroupConfigurationProperty
-
getEngineVersion
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationProperty
The engine version that all queries running on the workgroup use.- Specified by:
getEngineVersion
in interfaceCfnWorkGroup.WorkGroupConfigurationProperty
-
getExecutionRole
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationProperty
Role used to access user resources in an Athena for Apache Spark session.This property applies only to Spark-enabled workgroups in Athena.
- Specified by:
getExecutionRole
in interfaceCfnWorkGroup.WorkGroupConfigurationProperty
-
getPublishCloudWatchMetricsEnabled
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationProperty
Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.- Specified by:
getPublishCloudWatchMetricsEnabled
in interfaceCfnWorkGroup.WorkGroupConfigurationProperty
-
getRequesterPaysEnabled
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationProperty
If set totrue
, 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. The default isfalse
. For more information about Requester Pays buckets, see Requester Pays Buckets in the Amazon Simple Storage Service Developer Guide .- Specified by:
getRequesterPaysEnabled
in interfaceCfnWorkGroup.WorkGroupConfigurationProperty
-
getResultConfiguration
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationProperty
Specifies the location in Amazon S3 where query results are stored and the encryption option, if any, used for query results.For more information, see Working with Query Results, Output Files, and Query History .
- Specified by:
getResultConfiguration
in interfaceCfnWorkGroup.WorkGroupConfigurationProperty
-
$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()
-