Class CfnWorkGroup.ResultConfigurationUpdatesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkGroup.ResultConfigurationUpdatesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkGroup.ResultConfigurationUpdatesProperty
CfnWorkGroup.ResultConfigurationUpdatesProperty
-
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.ResultConfigurationUpdatesProperty
CfnWorkGroup.ResultConfigurationUpdatesProperty.Builder, CfnWorkGroup.ResultConfigurationUpdatesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWorkGroup.ResultConfigurationUpdatesProperty.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 Object
The ACL configuration for the query results.final Object
The encryption configuration for the query results.final String
The AWS account ID that you expect to be the owner of the Amazon S3 bucket specified byResultConfiguration$OutputLocation
.final String
The location in Amazon S3 where your query results are stored, such ass3://path/to/query/bucket/
.final Object
If set totrue
, indicates that the previously-specified ACL configuration for queries in this workgroup should be ignored and set to null.final Object
If set to "true", indicates that the previously-specified encryption configuration (also known as the client-side setting) for queries in this workgroup should be ignored and set to null.final Object
If set to "true", removes the AWS account ID previously specified forResultConfiguration$ExpectedBucketOwner
.final Object
If set to "true", indicates that the previously-specified query results location (also known as a client-side setting) for queries in this workgroup should be ignored and set to null.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.ResultConfigurationUpdatesProperty.Builder
.
-
-
Method Details
-
getAclConfiguration
Description copied from interface:CfnWorkGroup.ResultConfigurationUpdatesProperty
The ACL configuration for the query results.- Specified by:
getAclConfiguration
in interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty
- See Also:
-
getEncryptionConfiguration
Description copied from interface:CfnWorkGroup.ResultConfigurationUpdatesProperty
The encryption configuration for the query results.- Specified by:
getEncryptionConfiguration
in interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty
- See Also:
-
getExpectedBucketOwner
Description copied from interface:CfnWorkGroup.ResultConfigurationUpdatesProperty
The AWS account ID that you expect to be the owner of the Amazon S3 bucket specified byResultConfiguration$OutputLocation
.If set, Athena uses the value for
ExpectedBucketOwner
when it makes Amazon S3 calls to your specified output location. If theExpectedBucketOwner
AWS account ID does not match the actual owner of the Amazon S3 bucket, the call fails with a permissions error.If workgroup settings override client-side settings, then the query uses the
ExpectedBucketOwner
setting that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. SeeWorkGroupConfiguration$EnforceWorkGroupConfiguration
and Workgroup Settings Override Client-Side Settings .- Specified by:
getExpectedBucketOwner
in interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty
- See Also:
-
getOutputLocation
Description copied from interface:CfnWorkGroup.ResultConfigurationUpdatesProperty
The location in Amazon S3 where your query results are stored, such ass3://path/to/query/bucket/
.For more information, see Query Results If workgroup settings override client-side settings, then the query uses the location for the query results and the encryption configuration that are specified for the workgroup. The "workgroup settings override" is specified in EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration. See
EnforceWorkGroupConfiguration
.- Specified by:
getOutputLocation
in interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty
- See Also:
-
getRemoveAclConfiguration
Description copied from interface:CfnWorkGroup.ResultConfigurationUpdatesProperty
If set totrue
, indicates that the previously-specified ACL configuration for queries in this workgroup should be ignored and set to null.If set to
false
or not set, and a value is present in theAclConfiguration
ofResultConfigurationUpdates
, theAclConfiguration
in the workgroup'sResultConfiguration
is updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings .- Specified by:
getRemoveAclConfiguration
in interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty
- See Also:
-
getRemoveEncryptionConfiguration
Description copied from interface:CfnWorkGroup.ResultConfigurationUpdatesProperty
If set to "true", indicates that the previously-specified encryption configuration (also known as the client-side setting) for queries in this workgroup should be ignored and set to null.If set to "false" or not set, and a value is present in the EncryptionConfiguration in ResultConfigurationUpdates (the client-side setting), the EncryptionConfiguration in the workgroup's ResultConfiguration will be updated with the new value. For more information, see Override Client-Side Settings .
- Specified by:
getRemoveEncryptionConfiguration
in interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty
- See Also:
-
getRemoveExpectedBucketOwner
Description copied from interface:CfnWorkGroup.ResultConfigurationUpdatesProperty
If set to "true", removes the AWS account ID previously specified forResultConfiguration$ExpectedBucketOwner
.If set to "false" or not set, and a value is present in the
ExpectedBucketOwner
inResultConfigurationUpdates
(the client-side setting), theExpectedBucketOwner
in the workgroup'sResultConfiguration
is updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings .- Specified by:
getRemoveExpectedBucketOwner
in interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty
- See Also:
-
getRemoveOutputLocation
Description copied from interface:CfnWorkGroup.ResultConfigurationUpdatesProperty
If set to "true", indicates that the previously-specified query results location (also known as a client-side setting) for queries in this workgroup should be ignored and set to null.If set to "false" or not set, and a value is present in the OutputLocation in ResultConfigurationUpdates (the client-side setting), the OutputLocation in the workgroup's ResultConfiguration will be updated with the new value. For more information, see Override Client-Side Settings .
- Specified by:
getRemoveOutputLocation
in interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty
- 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()
-