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
ConstructorsModifierConstructorDescriptionprotected
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
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your workgroup.final String
Use theRoleArn
structure to override an account-wide role for a specific Athena data source.final String
The workgroup that Amazon Athena uses.final int
hashCode()
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
-
getIdentityCenterConfiguration
Description copied from interface:CfnDataSource.AthenaParametersProperty
An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your workgroup.This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center.
- Specified by:
getIdentityCenterConfiguration
in interfaceCfnDataSource.AthenaParametersProperty
- See Also:
-
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()
-