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 ObjectThe configuration for storing results in Athena owned storage, which includes whether this feature is enabled;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- See Also:
-
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- See Also:
-
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.
Returns union: either
IResolvableorCfnWorkGroup.CustomerContentEncryptionConfigurationProperty- Specified by:
getCustomerContentEncryptionConfigurationin interfaceCfnWorkGroup.WorkGroupConfigurationProperty- See Also:
-
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 Override client-side settings .
Returns union: either
BooleanorIResolvable- Specified by:
getEnforceWorkGroupConfigurationin interfaceCfnWorkGroup.WorkGroupConfigurationProperty- See Also:
-
getEngineVersion
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationPropertyThe engine version that all queries running on the workgroup use.Returns union: either
IResolvableorCfnWorkGroup.EngineVersionProperty- Specified by:
getEngineVersionin interfaceCfnWorkGroup.WorkGroupConfigurationProperty- See Also:
-
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- See Also:
-
getManagedQueryResultsConfiguration
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationPropertyThe configuration for storing results in Athena owned storage, which includes whether this feature is enabled;whether encryption configuration, if any, is used for encrypting query results.
Returns union: either
IResolvableorCfnWorkGroup.ManagedQueryResultsConfigurationProperty- Specified by:
getManagedQueryResultsConfigurationin interfaceCfnWorkGroup.WorkGroupConfigurationProperty- See Also:
-
getPublishCloudWatchMetricsEnabled
Description copied from interface:CfnWorkGroup.WorkGroupConfigurationPropertyIndicates that the Amazon CloudWatch metrics are enabled for the workgroup.Returns union: either
BooleanorIResolvable- Specified by:
getPublishCloudWatchMetricsEnabledin interfaceCfnWorkGroup.WorkGroupConfigurationProperty- See Also:
-
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 .Returns union: either
BooleanorIResolvable- Specified by:
getRequesterPaysEnabledin interfaceCfnWorkGroup.WorkGroupConfigurationProperty- See Also:
-
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 Work with query results and recent queries .
Returns union: either
IResolvableorCfnWorkGroup.ResultConfigurationProperty- Specified by:
getResultConfigurationin interfaceCfnWorkGroup.WorkGroupConfigurationProperty- 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()
-