Class CfnDataSource.AthenaParametersProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSource.AthenaParametersProperty.Jsii$Proxy
All Implemented Interfaces:
CfnDataSource.AthenaParametersProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDataSource.AthenaParametersProperty

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

  • Method Details

    • getRoleArn

      public final String getRoleArn()
      Description copied from interface: CfnDataSource.AthenaParametersProperty
      Use the RoleArn structure to override an account-wide role for a specific Athena data source.

      For example, say an account administrator has turned off all Athena access with an account-wide role. The administrator can then use RoleArn to bypass the account-wide role and allow Athena access for the single Athena data source that is specified in the structure, even if the account-wide role forbidding Athena access is still active.

      Specified by:
      getRoleArn in interface CfnDataSource.AthenaParametersProperty
    • getWorkGroup

      public final String getWorkGroup()
      Description copied from interface: CfnDataSource.AthenaParametersProperty
      The workgroup that Amazon Athena uses.
      Specified by:
      getWorkGroup in interface CfnDataSource.AthenaParametersProperty
    • $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