@Stability(value=Stable) @Internal public static final class CfnDataSourceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSourceProps
CfnDataSourcePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDataSourceProps.Builder, CfnDataSourceProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDataSourceProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDataSourceProps.Builder. |
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(Object o) |
Object |
getAlternateDataSourceParameters()
A set of alternate data source parameters that you want to share for the credentials stored with this data source.
|
String |
getAwsAccountId()
The AWS account ID.
|
Object |
getCredentials()
The credentials Amazon QuickSight that uses to connect to your underlying source.
|
String |
getDataSourceId()
An ID for the data source.
|
Object |
getDataSourceParameters()
The parameters that Amazon QuickSight uses to connect to your underlying source.
|
Object |
getErrorInfo()
Error information from the last update or the creation of the data source.
|
String |
getName()
A display name for the data source.
|
Object |
getPermissions()
A list of resource permissions on the data source.
|
Object |
getSslProperties()
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
|
List<CfnTag> |
getTags()
Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
|
String |
getType()
The type of the data source.
|
Object |
getVpcConnectionProperties()
Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDataSourceProps.Builder builder)
CfnDataSourceProps.Builder.public final 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 CfnDataSourcePropspublic final String getAwsAccountId()
CfnDataSourcePropsgetAwsAccountId in interface CfnDataSourcePropspublic final Object getCredentials()
CfnDataSourcePropsCurrently, only credentials based on user name and password are supported.
getCredentials in interface CfnDataSourcePropspublic final String getDataSourceId()
CfnDataSourcePropsThis ID is unique per AWS Region for each AWS account.
getDataSourceId in interface CfnDataSourcePropspublic final Object getDataSourceParameters()
CfnDataSourcePropsgetDataSourceParameters in interface CfnDataSourcePropspublic final Object getErrorInfo()
CfnDataSourcePropsgetErrorInfo in interface CfnDataSourcePropspublic final String getName()
CfnDataSourcePropsgetName in interface CfnDataSourcePropspublic final Object getPermissions()
CfnDataSourcePropsgetPermissions in interface CfnDataSourcePropspublic final Object getSslProperties()
CfnDataSourcePropsgetSslProperties in interface CfnDataSourcePropspublic final List<CfnTag> getTags()
CfnDataSourcePropsgetTags in interface CfnDataSourcePropspublic final String getType()
CfnDataSourceProps
Use AMAZON_ELASTICSEARCH for Amazon OpenSearch Service.
getType in interface CfnDataSourcePropspublic final Object getVpcConnectionProperties()
CfnDataSourcePropsgetVpcConnectionProperties in interface CfnDataSourceProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.