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.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 ObjectThe ACL configuration for the query results.final ObjectThe encryption configuration for the query results.final Stringfinal StringThe location in Amazon S3 where your query results are stored, such ass3://path/to/query/bucket/.final ObjectIf set totrue, indicates that the previously-specified ACL configuration for queries in this workgroup should be ignored and set to null.final ObjectIf 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 Objectfinal ObjectIf 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 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.ResultConfigurationUpdatesPropertyThe ACL configuration for the query results.Returns union: either
IResolvableorCfnWorkGroup.AclConfigurationProperty- Specified by:
getAclConfigurationin interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty- See Also:
-
getEncryptionConfiguration
Description copied from interface:CfnWorkGroup.ResultConfigurationUpdatesPropertyThe encryption configuration for the query results.Returns union: either
IResolvableorCfnWorkGroup.EncryptionConfigurationProperty- Specified by:
getEncryptionConfigurationin interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty- See Also:
-
getExpectedBucketOwner
Description copied from interface:CfnWorkGroup.ResultConfigurationUpdatesPropertyThe AWS account ID that you expect to be the owner of the Amazon S3 bucket specified by . If set, Athena uses the value forExpectedBucketOwnerwhen it makes Amazon S3 calls to your specified output location. If theExpectedBucketOwnerAWS 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
ExpectedBucketOwnersetting that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See and Workgroup Settings Override Client-Side Settings .- 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 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:
getOutputLocationin interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty- See Also:
-
getRemoveAclConfiguration
Description copied from interface:CfnWorkGroup.ResultConfigurationUpdatesPropertyIf set totrue, indicates that the previously-specified ACL configuration for queries in this workgroup should be ignored and set to null.If set to
falseor not set, and a value is present in theAclConfigurationofResultConfigurationUpdates, theAclConfigurationin the workgroup'sResultConfigurationis updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings .Returns union: either
BooleanorIResolvable- Specified by:
getRemoveAclConfigurationin interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty- See Also:
-
getRemoveEncryptionConfiguration
Description copied from interface:CfnWorkGroup.ResultConfigurationUpdatesPropertyIf 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 .
Returns union: either
BooleanorIResolvable- Specified by:
getRemoveEncryptionConfigurationin interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty- See Also:
-
getRemoveExpectedBucketOwner
Description copied from interface:CfnWorkGroup.ResultConfigurationUpdatesPropertyIf set to "true", removes the AWS account ID previously specified for . If set to "false" or not set, and a value is present in theExpectedBucketOwnerinResultConfigurationUpdates(the client-side setting), theExpectedBucketOwnerin the workgroup'sResultConfigurationis updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings .Returns union: either
BooleanorIResolvable- Specified by:
getRemoveExpectedBucketOwnerin interfaceCfnWorkGroup.ResultConfigurationUpdatesProperty- See Also:
-
getRemoveOutputLocation
Description copied from interface:CfnWorkGroup.ResultConfigurationUpdatesPropertyIf 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 .
Returns union: either
BooleanorIResolvable- 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()
-