Class CfnWorkGroup.ResultConfigurationUpdatesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.athena.CfnWorkGroup.ResultConfigurationUpdatesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkGroup.ResultConfigurationUpdatesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkGroup.ResultConfigurationUpdatesProperty
@Stability(Stable)
@Internal
public static final class CfnWorkGroup.ResultConfigurationUpdatesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkGroup.ResultConfigurationUpdatesProperty
An implementation for
CfnWorkGroup.ResultConfigurationUpdatesProperty-
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.ResultConfigurationUpdatesProperty
CfnWorkGroup.ResultConfigurationUpdatesProperty.Builder, CfnWorkGroup.ResultConfigurationUpdatesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkGroup.ResultConfigurationUpdatesProperty.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-KMS or CSE-KMS) and key information.final StringThe AWS account ID of the owner of S3 bucket where query results are stored.final StringThe location in Amazon S3 where your query results are stored, such as s3://path/to/query/bucket/.final Objectfinal Objectfinal Objectfinal Objectfinal 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.ResultConfigurationUpdatesProperty.Builder.
-
-
Method Details
-
getAclConfiguration
Description copied from interface:CfnWorkGroup.ResultConfigurationUpdatesPropertyIndicates that an Amazon S3 canned ACL should be set to control ownership of stored query results.- Specified by:
getAclConfigurationin interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty- See Also:
-
getEncryptionConfiguration
Description copied from interface:CfnWorkGroup.ResultConfigurationUpdatesPropertyIf query results are encrypted in Amazon S3, indicates the encryption option used (for example, SSE-KMS or CSE-KMS) and key information.- Specified by:
getEncryptionConfigurationin interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty- See Also:
-
getExpectedBucketOwner
Description copied from interface:CfnWorkGroup.ResultConfigurationUpdatesPropertyThe AWS account ID of the owner of S3 bucket where query results are stored.- Specified by:
getExpectedBucketOwnerin interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty- See Also:
-
getOutputLocation
Description copied from interface:CfnWorkGroup.ResultConfigurationUpdatesPropertyThe location in Amazon S3 where your query results are stored, such as s3://path/to/query/bucket/.To run the query, you must specify the query results location using one of the ways: either for individual queries using either this setting (client-side), or in the workgroup, using WorkGroupConfiguration
- Specified by:
getOutputLocationin interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty- See Also:
-
getRemoveAclConfiguration
- Specified by:
getRemoveAclConfigurationin interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty- See Also:
-
getRemoveEncryptionConfiguration
- Specified by:
getRemoveEncryptionConfigurationin interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty- See Also:
-
getRemoveExpectedBucketOwner
- Specified by:
getRemoveExpectedBucketOwnerin interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty- See Also:
-
getRemoveOutputLocation
- Specified by:
getRemoveOutputLocationin interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty- 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()
-