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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.athena.CfnWorkGroup.WorkGroupConfigurationProperty
CfnWorkGroup.WorkGroupConfigurationProperty.Builder, CfnWorkGroup.WorkGroupConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkGroup.WorkGroupConfigurationProperty.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 StringSpecifies a user defined JSON string that is passed to the session engine.final NumberThe upper limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.final ObjectSpecifies the KMS key that is used to encrypt the user's data stores in Athena.final ObjectIf set to "true", the settings for the workgroup override client-side settings.final ObjectThe engine version that all queries running on the workgroup use.final StringRole used to access user resources in an Athena for Apache Spark session.final ObjectIndicates that the Amazon CloudWatch metrics are enabled for the workgroup.final ObjectIf set totrue, allows members assigned to a workgroup to reference Amazon S3 Requester Pays buckets in queries.final ObjectSpecifies the location in Amazon S3 where query results are stored and the encryption option, if any, used for query results.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.WorkGroupConfigurationProperty.Builder.
-
-
Method Details
-
getAdditionalConfiguration
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationPropertySpecifies a user defined JSON string that is passed to the session engine.- Specified by:
getAdditionalConfigurationin interfaceCfnWorkGroup.WorkGroupConfigurationProperty
-
getBytesScannedCutoffPerQuery
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationPropertyThe 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:
getBytesScannedCutoffPerQueryin interfaceCfnWorkGroup.WorkGroupConfigurationProperty
-
getCustomerContentEncryptionConfiguration
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationPropertySpecifies 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:
getCustomerContentEncryptionConfigurationin interfaceCfnWorkGroup.WorkGroupConfigurationProperty
-
getEnforceWorkGroupConfiguration
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationPropertyIf 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:
getEnforceWorkGroupConfigurationin interfaceCfnWorkGroup.WorkGroupConfigurationProperty
-
getEngineVersion
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationPropertyThe engine version that all queries running on the workgroup use.- Specified by:
getEngineVersionin interfaceCfnWorkGroup.WorkGroupConfigurationProperty
-
getExecutionRole
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationPropertyRole used to access user resources in an Athena for Apache Spark session.This property applies only to Spark-enabled workgroups in Athena.
- Specified by:
getExecutionRolein interfaceCfnWorkGroup.WorkGroupConfigurationProperty
-
getPublishCloudWatchMetricsEnabled
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationPropertyIndicates that the Amazon CloudWatch metrics are enabled for the workgroup.- Specified by:
getPublishCloudWatchMetricsEnabledin interfaceCfnWorkGroup.WorkGroupConfigurationProperty
-
getRequesterPaysEnabled
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationPropertyIf 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:
getRequesterPaysEnabledin interfaceCfnWorkGroup.WorkGroupConfigurationProperty
-
getResultConfiguration
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationPropertySpecifies 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:
getResultConfigurationin interfaceCfnWorkGroup.WorkGroupConfigurationProperty
-
$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()
-