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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDataSourceProps
CfnDataSourceProps.Builder, CfnDataSourceProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDataSourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataSourceProps.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
A set of alternate data source parameters that you want to share for the credentials stored with this data source.final String
The AWS account ID.final Object
The credentials Amazon QuickSight that uses to connect to your underlying source.final String
An ID for the data source.final Object
The parameters that Amazon QuickSight uses to connect to your underlying source.final Object
Error information from the last update or the creation of the data source.final String
getName()
A display name for the data source.final Object
A list of resource permissions on the data source.final Object
Secure 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 String
getType()
The type of the data source.final Object
Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.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 theCfnDataSourceProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnDataSourceProps
A display name for the data source.- Specified by:
getName
in interfaceCfnDataSourceProps
- See Also:
-
getType
Description copied from interface:CfnDataSourceProps
The type of the data source. To return a list of all data sources, useListDataSources
.Use
AMAZON_ELASTICSEARCH
for Amazon OpenSearch Service.- Specified by:
getType
in interfaceCfnDataSourceProps
- See Also:
-
getAlternateDataSourceParameters
Description copied from interface:CfnDataSourceProps
A 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
DataSourceParameters
structure that's in the request with the structures in theAlternateDataSourceParameters
allow list. If the structures are an exact match, the request is allowed to use the credentials from this existing data source. If theAlternateDataSourceParameters
list is null, theCredentials
originally used with thisDataSourceParameters
are automatically allowed.- Specified by:
getAlternateDataSourceParameters
in interfaceCfnDataSourceProps
- See Also:
-
getAwsAccountId
Description copied from interface:CfnDataSourceProps
The AWS account ID.- Specified by:
getAwsAccountId
in interfaceCfnDataSourceProps
- See Also:
-
getCredentials
Description copied from interface:CfnDataSourceProps
The credentials Amazon QuickSight that uses to connect to your underlying source.Currently, only credentials based on user name and password are supported.
- Specified by:
getCredentials
in interfaceCfnDataSourceProps
- See Also:
-
getDataSourceId
Description copied from interface:CfnDataSourceProps
An ID for the data source.This ID is unique per AWS Region for each AWS account.
- Specified by:
getDataSourceId
in interfaceCfnDataSourceProps
- See Also:
-
getDataSourceParameters
Description copied from interface:CfnDataSourceProps
The parameters that Amazon QuickSight uses to connect to your underlying source.- Specified by:
getDataSourceParameters
in interfaceCfnDataSourceProps
- See Also:
-
getErrorInfo
Description copied from interface:CfnDataSourceProps
Error information from the last update or the creation of the data source.- Specified by:
getErrorInfo
in interfaceCfnDataSourceProps
- See Also:
-
getFolderArns
- Specified by:
getFolderArns
in interfaceCfnDataSourceProps
- See Also:
-
getPermissions
Description copied from interface:CfnDataSourceProps
A list of resource permissions on the data source.- Specified by:
getPermissions
in interfaceCfnDataSourceProps
- See Also:
-
getSslProperties
Description copied from interface:CfnDataSourceProps
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.- Specified by:
getSslProperties
in interfaceCfnDataSourceProps
- See Also:
-
getTags
Description copied from interface:CfnDataSourceProps
Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.- Specified by:
getTags
in interfaceCfnDataSourceProps
- See Also:
-
getVpcConnectionProperties
Description copied from interface:CfnDataSourceProps
Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.- Specified by:
getVpcConnectionProperties
in interfaceCfnDataSourceProps
- 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()
-