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
An implementation for
CfnDataSource.AthenaParametersProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDataSource.AthenaParametersProperty
CfnDataSource.AthenaParametersProperty.Builder, CfnDataSource.AthenaParametersProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.AthenaParametersProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnDataSource.AthenaParametersProperty.Builder
.
-
-
Method Details
-
getRoleArn
Description copied from interface:CfnDataSource.AthenaParametersProperty
Use theRoleArn
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 interfaceCfnDataSource.AthenaParametersProperty
- See Also:
-
getWorkGroup
Description copied from interface:CfnDataSource.AthenaParametersProperty
The workgroup that Amazon Athena uses.- Specified by:
getWorkGroup
in interfaceCfnDataSource.AthenaParametersProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-