Class CfnDataSourceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourceProps
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 Quick Sight that uses to connect to your underlying source.final StringAn ID for the data source.final ObjectThe parameters that Amazon Quick Sight 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 Quick Sight 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 Quick Sight 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
-
getName
Description copied from interface:CfnDataSourcePropsA display name for the data source.- Specified by:
getNamein interfaceCfnDataSourceProps- See Also:
-
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- See Also:
-
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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSource.DataSourceParametersProperty>- Specified by:
getAlternateDataSourceParametersin interfaceCfnDataSourceProps- See Also:
-
getAwsAccountId
Description copied from interface:CfnDataSourcePropsThe AWS account ID.- Specified by:
getAwsAccountIdin interfaceCfnDataSourceProps- See Also:
-
getCredentials
Description copied from interface:CfnDataSourcePropsThe credentials Amazon Quick Sight that uses to connect to your underlying source.Currently, only credentials based on user name and password are supported.
Returns union: either
IResolvableorCfnDataSource.DataSourceCredentialsProperty- Specified by:
getCredentialsin interfaceCfnDataSourceProps- See Also:
-
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- See Also:
-
getDataSourceParameters
Description copied from interface:CfnDataSourcePropsThe parameters that Amazon Quick Sight uses to connect to your underlying source.Returns union: either
IResolvableorCfnDataSource.DataSourceParametersProperty- Specified by:
getDataSourceParametersin interfaceCfnDataSourceProps- See Also:
-
getErrorInfo
Description copied from interface:CfnDataSourcePropsError information from the last update or the creation of the data source.Returns union: either
IResolvableorCfnDataSource.DataSourceErrorInfoProperty- Specified by:
getErrorInfoin interfaceCfnDataSourceProps- See Also:
-
getFolderArns
- Specified by:
getFolderArnsin interfaceCfnDataSourceProps- See Also:
-
getPermissions
Description copied from interface:CfnDataSourcePropsA list of resource permissions on the data source.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSource.ResourcePermissionProperty>- Specified by:
getPermissionsin interfaceCfnDataSourceProps- See Also:
-
getSslProperties
Description copied from interface:CfnDataSourcePropsSecure Socket Layer (SSL) properties that apply when Amazon Quick Sight connects to your underlying source.Returns union: either
IResolvableorCfnDataSource.SslPropertiesProperty- Specified by:
getSslPropertiesin interfaceCfnDataSourceProps- See Also:
-
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- See Also:
-
getVpcConnectionProperties
Description copied from interface:CfnDataSourcePropsUse this parameter only when you want Amazon Quick Sight to use a VPC connection when connecting to your underlying source.Returns union: either
IResolvableorCfnDataSource.VpcConnectionPropertiesProperty- Specified by:
getVpcConnectionPropertiesin interfaceCfnDataSourceProps- 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()
-