Class CfnDataSourcePropsMixin.SnowflakeParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSourcePropsMixin.SnowflakeParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.SnowflakeParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.SnowflakeParametersProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.SnowflakeParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.SnowflakeParametersProperty
An implementation for
CfnDataSourcePropsMixin.SnowflakeParametersProperty-
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.SnowflakeParametersProperty
CfnDataSourcePropsMixin.SnowflakeParametersProperty.Builder, CfnDataSourcePropsMixin.SnowflakeParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.SnowflakeParametersProperty.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 StringThe authentication type that you want to use for your connection.final StringDatabase.final StringThe database access control role.final StringgetHost()Host.final ObjectAn object that contains information needed to create a data source connection between an Quick Sight account and Snowflake.final StringWarehouse.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.SnowflakeParametersProperty.Builder.
-
-
Method Details
-
getAuthenticationType
Description copied from interface:CfnDataSourcePropsMixin.SnowflakeParametersPropertyThe authentication type that you want to use for your connection.This parameter accepts OAuth and non-OAuth authentication types.
- Specified by:
getAuthenticationTypein interfaceCfnDataSourcePropsMixin.SnowflakeParametersProperty- See Also:
-
getDatabase
Description copied from interface:CfnDataSourcePropsMixin.SnowflakeParametersPropertyDatabase.- Specified by:
getDatabasein interfaceCfnDataSourcePropsMixin.SnowflakeParametersProperty- See Also:
-
getDatabaseAccessControlRole
Description copied from interface:CfnDataSourcePropsMixin.SnowflakeParametersPropertyThe database access control role.- Specified by:
getDatabaseAccessControlRolein interfaceCfnDataSourcePropsMixin.SnowflakeParametersProperty- See Also:
-
getHost
Description copied from interface:CfnDataSourcePropsMixin.SnowflakeParametersPropertyHost.- Specified by:
getHostin interfaceCfnDataSourcePropsMixin.SnowflakeParametersProperty- See Also:
-
getOAuthParameters
Description copied from interface:CfnDataSourcePropsMixin.SnowflakeParametersPropertyAn object that contains information needed to create a data source connection between an Quick Sight account and Snowflake.Returns union: either
IResolvableorCfnDataSourcePropsMixin.OAuthParametersProperty- Specified by:
getOAuthParametersin interfaceCfnDataSourcePropsMixin.SnowflakeParametersProperty- See Also:
-
getWarehouse
Description copied from interface:CfnDataSourcePropsMixin.SnowflakeParametersPropertyWarehouse.- Specified by:
getWarehousein interfaceCfnDataSourcePropsMixin.SnowflakeParametersProperty- 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()
-