Class CfnDataSourcePropsMixin.AthenaParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSourcePropsMixin.AthenaParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.AthenaParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.AthenaParametersProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.AthenaParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.AthenaParametersProperty
An implementation for
CfnDataSourcePropsMixin.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.cfnpropertymixins.services.quicksight.CfnDataSourcePropsMixin.AthenaParametersProperty
CfnDataSourcePropsMixin.AthenaParametersProperty.Builder, CfnDataSourcePropsMixin.AthenaParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.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 ObjectThe 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 theCfnDataSourcePropsMixin.AthenaParametersProperty.Builder.
-
-
Method Details
-
getIdentityCenterConfiguration
Description copied from interface:CfnDataSourcePropsMixin.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
IResolvableorCfnDataSourcePropsMixin.IdentityCenterConfigurationProperty- Specified by:
getIdentityCenterConfigurationin interfaceCfnDataSourcePropsMixin.AthenaParametersProperty- See Also:
-
getRoleArn
Description copied from interface:CfnDataSourcePropsMixin.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 interfaceCfnDataSourcePropsMixin.AthenaParametersProperty- See Also:
-
getWorkGroup
Description copied from interface:CfnDataSourcePropsMixin.AthenaParametersPropertyThe workgroup that Amazon Athena uses.Returns union: either
StringorIWorkGroupRef- Specified by:
getWorkGroupin interfaceCfnDataSourcePropsMixin.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()
-