public static final class CfnDataSourceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSourceProps
CfnDataSourceProps
CfnDataSourceProps.Builder, CfnDataSourceProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAlternateDataSourceParameters()
A set of alternate data source parameters that you want to share for the credentials stored with this data source.
|
java.lang.String |
getAwsAccountId()
The AWS account ID.
|
java.lang.Object |
getCredentials()
The credentials Amazon QuickSight that uses to connect to your underlying source.
|
java.lang.String |
getDataSourceId()
An ID for the data source.
|
java.lang.Object |
getDataSourceParameters()
The parameters that Amazon QuickSight uses to connect to your underlying source.
|
java.lang.Object |
getErrorInfo()
Error information from the last update or the creation of the data source.
|
java.lang.String |
getName()
A display name for the data source.
|
java.lang.Object |
getPermissions()
A list of resource permissions on the data source.
|
java.lang.Object |
getSslProperties()
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
|
java.util.List<CfnTag> |
getTags()
Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
|
java.lang.String |
getType()
The type of the data source.
|
java.lang.Object |
getVpcConnectionProperties()
Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAlternateDataSourceParameters()
CfnDataSourceProps
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 the AlternateDataSourceParameters
allow list. If the structures are an exact match, the request is allowed to use the credentials from this existing data source. If the AlternateDataSourceParameters
list is null, the Credentials
originally used with this DataSourceParameters
are automatically allowed.
getAlternateDataSourceParameters
in interface CfnDataSourceProps
public final java.lang.String getAwsAccountId()
CfnDataSourceProps
getAwsAccountId
in interface CfnDataSourceProps
public final java.lang.Object getCredentials()
CfnDataSourceProps
Currently, only credentials based on user name and password are supported.
getCredentials
in interface CfnDataSourceProps
public final java.lang.String getDataSourceId()
CfnDataSourceProps
This ID is unique per AWS Region for each AWS account.
getDataSourceId
in interface CfnDataSourceProps
public final java.lang.Object getDataSourceParameters()
CfnDataSourceProps
getDataSourceParameters
in interface CfnDataSourceProps
public final java.lang.Object getErrorInfo()
CfnDataSourceProps
getErrorInfo
in interface CfnDataSourceProps
public final java.lang.String getName()
CfnDataSourceProps
getName
in interface CfnDataSourceProps
public final java.lang.Object getPermissions()
CfnDataSourceProps
getPermissions
in interface CfnDataSourceProps
public final java.lang.Object getSslProperties()
CfnDataSourceProps
getSslProperties
in interface CfnDataSourceProps
public final java.util.List<CfnTag> getTags()
CfnDataSourceProps
getTags
in interface CfnDataSourceProps
public final java.lang.String getType()
CfnDataSourceProps
Use AMAZON_ELASTICSEARCH
for Amazon OpenSearch Service.
getType
in interface CfnDataSourceProps
public final java.lang.Object getVpcConnectionProperties()
CfnDataSourceProps
getVpcConnectionProperties
in interface CfnDataSourceProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()