Class CfnWorkGroup.ResultConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkGroup.ResultConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkGroup.ResultConfigurationProperty
CfnWorkGroup.ResultConfigurationProperty
-
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.ResultConfigurationProperty
CfnWorkGroup.ResultConfigurationProperty.Builder, CfnWorkGroup.ResultConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWorkGroup.ResultConfigurationProperty.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
Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results.final Object
If query results are encrypted in Amazon S3, indicates the encryption option used (for example,SSE_KMS
orCSE_KMS
) and key information.final String
The 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 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.ResultConfigurationProperty.Builder
.
-
-
Method Details
-
getAclConfiguration
Description copied from interface:CfnWorkGroup.ResultConfigurationProperty
Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results.Currently the only supported canned ACL is
BUCKET_OWNER_FULL_CONTROL
. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the ACL configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. SeeEnforceWorkGroupConfiguration
.- Specified by:
getAclConfiguration
in interfaceCfnWorkGroup.ResultConfigurationProperty
- See Also:
-
getEncryptionConfiguration
Description copied from interface:CfnWorkGroup.ResultConfigurationProperty
If query results are encrypted in Amazon S3, indicates the encryption option used (for example,SSE_KMS
orCSE_KMS
) and key information.This is a client-side setting. If workgroup settings override client-side settings, then the query uses the encryption configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See
EnforceWorkGroupConfiguration
and Override client-side settings .- Specified by:
getEncryptionConfiguration
in interfaceCfnWorkGroup.ResultConfigurationProperty
- See Also:
-
getExpectedBucketOwner
Description copied from interface:CfnWorkGroup.ResultConfigurationProperty
The 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
account ID does not match the actual owner of the Amazon S3 bucket, the call fails with a permissions error.This is a client-side setting. 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. SeeEnforceWorkGroupConfiguration
.- Specified by:
getExpectedBucketOwner
in interfaceCfnWorkGroup.ResultConfigurationProperty
- See Also:
-
getOutputLocation
Description copied from interface:CfnWorkGroup.ResultConfigurationProperty
The location in Amazon S3 where your query results are stored, such ass3://path/to/query/bucket/
.To run a query, you must specify the query results location using either a client-side setting for individual queries or a location specified by the workgroup. If workgroup settings override client-side settings, then the query uses the location specified for the workgroup. If no query location is set, Athena issues an error. For more information, see Work with query results and recent queries and
EnforceWorkGroupConfiguration
.- Specified by:
getOutputLocation
in interfaceCfnWorkGroup.ResultConfigurationProperty
- 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()
-