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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDataSource.AthenaParametersProperty
CfnDataSource.AthenaParametersProperty.Builder, CfnDataSource.AthenaParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.AthenaParametersProperty.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 ObjectAn optional parameter that configures IAM Identity Center authentication to grant Quick Sight access to your workgroup.final StringUse theRoleArnstructure to override an account-wide role for a specific Athena data source.final StringThe workgroup that Amazon Athena uses.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 theCfnDataSource.AthenaParametersProperty.Builder.
-
-
Method Details
-
getIdentityCenterConfiguration
Description copied from interface:CfnDataSource.AthenaParametersPropertyAn optional parameter that configures IAM Identity Center authentication to grant Quick Sight access to your workgroup.This parameter can only be specified if your Quick Sight account is configured with IAM Identity Center.
Returns union: either
IResolvableorCfnDataSource.IdentityCenterConfigurationProperty- Specified by:
getIdentityCenterConfigurationin interfaceCfnDataSource.AthenaParametersProperty- See Also:
-
getRoleArn
Description copied from interface:CfnDataSource.AthenaParametersPropertyUse theRoleArnstructure 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
RoleArnto 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:
getRoleArnin interfaceCfnDataSource.AthenaParametersProperty- See Also:
-
getWorkGroup
Description copied from interface:CfnDataSource.AthenaParametersPropertyThe workgroup that Amazon Athena uses.- Specified by:
getWorkGroupin interfaceCfnDataSource.AthenaParametersProperty- 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()
-