Class CfnWorkGroup.ResultConfigurationProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.athena.CfnWorkGroup.ResultConfigurationProperty.Jsii$Proxy
All Implemented Interfaces:
CfnWorkGroup.ResultConfigurationProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnWorkGroup.ResultConfigurationProperty

@Stability(Stable) @Internal public static final class CfnWorkGroup.ResultConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWorkGroup.ResultConfigurationProperty
  • Constructor Details

  • Method Details

    • getAclConfiguration

      public final Object 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. See EnforceWorkGroupConfiguration .

      Specified by:
      getAclConfiguration in interface CfnWorkGroup.ResultConfigurationProperty
    • getEncryptionConfiguration

      public final Object getEncryptionConfiguration()
      Description copied from interface: CfnWorkGroup.ResultConfigurationProperty
      If query results are encrypted in Amazon S3, indicates the encryption option used (for example, SSE_KMS or CSE_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 Workgroup Settings Override Client-Side Settings .

      Specified by:
      getEncryptionConfiguration in interface CfnWorkGroup.ResultConfigurationProperty
    • getExpectedBucketOwner

      public final String getExpectedBucketOwner()
      Description copied from interface: CfnWorkGroup.ResultConfigurationProperty
      The account ID that you expect to be the owner of the Amazon S3 bucket specified by ResultConfiguration:OutputLocation .

      If set, Athena uses the value for ExpectedBucketOwner when it makes Amazon S3 calls to your specified output location. If the ExpectedBucketOwner 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. See EnforceWorkGroupConfiguration .

      Specified by:
      getExpectedBucketOwner in interface CfnWorkGroup.ResultConfigurationProperty
    • getOutputLocation

      public final String getOutputLocation()
      Description copied from interface: CfnWorkGroup.ResultConfigurationProperty
      The location in Amazon S3 where your query results are stored, such as s3://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 Working with Query Results, Output Files, and Query History and EnforceWorkGroupConfiguration .

      Specified by:
      getOutputLocation in interface CfnWorkGroup.ResultConfigurationProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object