Class CfnDataSourceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSourceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSourceProps
@Stability(Stable)
@Internal
public static final class CfnDataSourceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourceProps
An implementation for
CfnDataSourceProps-
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.CfnDataSourceProps
CfnDataSourceProps.Builder, CfnDataSourceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDataSourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataSourceProps.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 ObjectA set of alternate data source parameters that you want to share for the credentials stored with this data source.final StringThe AWS account ID.final ObjectThe credentials Amazon QuickSight that uses to connect to your underlying source.final StringAn ID for the data source.final ObjectThe parameters that Amazon QuickSight uses to connect to your underlying source.final ObjectError information from the last update or the creation of the data source.final StringgetName()A display name for the data source.final ObjectA list of resource permissions on the data source.final ObjectSecure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.getTags()Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.final StringgetType()The type of the data source.final ObjectUse this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.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 theCfnDataSourceProps.Builder.
-
-
Method Details
-
getAlternateDataSourceParameters
Description copied from interface:CfnDataSourcePropsA set of alternate data source parameters that you want to share for the credentials stored with this data source.The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the
DataSourceParametersstructure that's in the request with the structures in theAlternateDataSourceParametersallow list. If the structures are an exact match, the request is allowed to use the credentials from this existing data source. If theAlternateDataSourceParameterslist is null, theCredentialsoriginally used with thisDataSourceParametersare automatically allowed.- Specified by:
getAlternateDataSourceParametersin interfaceCfnDataSourceProps
-
getAwsAccountId
Description copied from interface:CfnDataSourcePropsThe AWS account ID.- Specified by:
getAwsAccountIdin interfaceCfnDataSourceProps
-
getCredentials
Description copied from interface:CfnDataSourcePropsThe credentials Amazon QuickSight that uses to connect to your underlying source.Currently, only credentials based on user name and password are supported.
- Specified by:
getCredentialsin interfaceCfnDataSourceProps
-
getDataSourceId
Description copied from interface:CfnDataSourcePropsAn ID for the data source.This ID is unique per AWS Region for each AWS account.
- Specified by:
getDataSourceIdin interfaceCfnDataSourceProps
-
getDataSourceParameters
Description copied from interface:CfnDataSourcePropsThe parameters that Amazon QuickSight uses to connect to your underlying source.- Specified by:
getDataSourceParametersin interfaceCfnDataSourceProps
-
getErrorInfo
Description copied from interface:CfnDataSourcePropsError information from the last update or the creation of the data source.- Specified by:
getErrorInfoin interfaceCfnDataSourceProps
-
getName
Description copied from interface:CfnDataSourcePropsA display name for the data source.- Specified by:
getNamein interfaceCfnDataSourceProps
-
getPermissions
Description copied from interface:CfnDataSourcePropsA list of resource permissions on the data source.- Specified by:
getPermissionsin interfaceCfnDataSourceProps
-
getSslProperties
Description copied from interface:CfnDataSourcePropsSecure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.- Specified by:
getSslPropertiesin interfaceCfnDataSourceProps
-
getTags
Description copied from interface:CfnDataSourcePropsContains a map of the key-value pairs for the resource tag or tags assigned to the data source.- Specified by:
getTagsin interfaceCfnDataSourceProps
-
getType
Description copied from interface:CfnDataSourcePropsThe type of the data source. To return a list of all data sources, useListDataSources.Use
AMAZON_ELASTICSEARCHfor Amazon OpenSearch Service.- Specified by:
getTypein interfaceCfnDataSourceProps
-
getVpcConnectionProperties
Description copied from interface:CfnDataSourcePropsUse this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.- Specified by:
getVpcConnectionPropertiesin interfaceCfnDataSourceProps
-
$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()
-