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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.athena.CfnWorkGroup.ResultConfigurationProperty
CfnWorkGroup.ResultConfigurationProperty.Builder, CfnWorkGroup.ResultConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkGroup.ResultConfigurationProperty.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 ObjectIndicates that an Amazon S3 canned ACL should be set to control ownership of stored query results.final ObjectIf query results are encrypted in Amazon S3, indicates the encryption option used (for example,SSE_KMSorCSE_KMS) and key information.final StringThe account ID that you expect to be the owner of the Amazon S3 bucket specified byResultConfiguration:OutputLocation.final StringThe location in Amazon S3 where your query results are stored, such ass3://path/to/query/bucket/.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.ResultConfigurationProperty.Builder.
-
-
Method Details
-
getAclConfiguration
Description copied from interface:CfnWorkGroup.ResultConfigurationPropertyIndicates 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.Returns union: either
IResolvableorCfnWorkGroup.AclConfigurationProperty- Specified by:
getAclConfigurationin interfaceCfnWorkGroup.ResultConfigurationProperty- See Also:
-
getEncryptionConfiguration
Description copied from interface:CfnWorkGroup.ResultConfigurationPropertyIf query results are encrypted in Amazon S3, indicates the encryption option used (for example,SSE_KMSorCSE_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
EnforceWorkGroupConfigurationand Override client-side settings .Returns union: either
IResolvableorCfnWorkGroup.EncryptionConfigurationProperty- Specified by:
getEncryptionConfigurationin interfaceCfnWorkGroup.ResultConfigurationProperty- See Also:
-
getExpectedBucketOwner
Description copied from interface:CfnWorkGroup.ResultConfigurationPropertyThe account ID that you expect to be the owner of the Amazon S3 bucket specified byResultConfiguration:OutputLocation.If set, Athena uses the value for
ExpectedBucketOwnerwhen it makes Amazon S3 calls to your specified output location. If theExpectedBucketOwneraccount 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
ExpectedBucketOwnersetting that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. SeeEnforceWorkGroupConfiguration.- Specified by:
getExpectedBucketOwnerin interfaceCfnWorkGroup.ResultConfigurationProperty- See Also:
-
getOutputLocation
Description copied from interface:CfnWorkGroup.ResultConfigurationPropertyThe 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:
getOutputLocationin interfaceCfnWorkGroup.ResultConfigurationProperty- 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()
-