Class CfnDataSourceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourceMixinProps
CfnDataSourceMixinProps-
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.cfnpropertymixins.services.quicksight.CfnDataSourceMixinProps
CfnDataSourceMixinProps.Builder, CfnDataSourceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourceMixinProps.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 theCfnDataSourceMixinProps.Builder.
-
-
Method Details
-
getAlternateDataSourceParameters
Description copied from interface:CfnDataSourceMixinPropsA 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: '<'eitherIResolvableorCfnDataSourcePropsMixin.DataSourceParametersProperty>- Specified by:
getAlternateDataSourceParametersin interfaceCfnDataSourceMixinProps- See Also:
-
getAwsAccountId
Description copied from interface:CfnDataSourceMixinPropsThe AWS account ID.- Specified by:
getAwsAccountIdin interfaceCfnDataSourceMixinProps- See Also:
-
getCredentials
Description copied from interface:CfnDataSourceMixinPropsThe 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
IResolvableorCfnDataSourcePropsMixin.DataSourceCredentialsProperty- Specified by:
getCredentialsin interfaceCfnDataSourceMixinProps- See Also:
-
getDataSourceId
Description copied from interface:CfnDataSourceMixinPropsAn ID for the data source.This ID is unique per AWS Region for each AWS account.
- Specified by:
getDataSourceIdin interfaceCfnDataSourceMixinProps- See Also:
-
getDataSourceParameters
Description copied from interface:CfnDataSourceMixinPropsThe parameters that Amazon Quick Sight uses to connect to your underlying source.Returns union: either
IResolvableorCfnDataSourcePropsMixin.DataSourceParametersProperty- Specified by:
getDataSourceParametersin interfaceCfnDataSourceMixinProps- See Also:
-
getErrorInfo
Description copied from interface:CfnDataSourceMixinPropsError information from the last update or the creation of the data source.Returns union: either
IResolvableorCfnDataSourcePropsMixin.DataSourceErrorInfoProperty- Specified by:
getErrorInfoin interfaceCfnDataSourceMixinProps- See Also:
-
getFolderArns
- Specified by:
getFolderArnsin interfaceCfnDataSourceMixinProps- See Also:
-
getName
Description copied from interface:CfnDataSourceMixinPropsA display name for the data source.- Specified by:
getNamein interfaceCfnDataSourceMixinProps- See Also:
-
getPermissions
Description copied from interface:CfnDataSourceMixinPropsA list of resource permissions on the data source.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSourcePropsMixin.ResourcePermissionProperty>- Specified by:
getPermissionsin interfaceCfnDataSourceMixinProps- See Also:
-
getSslProperties
Description copied from interface:CfnDataSourceMixinPropsSecure Socket Layer (SSL) properties that apply when Amazon Quick Sight connects to your underlying source.Returns union: either
IResolvableorCfnDataSourcePropsMixin.SslPropertiesProperty- Specified by:
getSslPropertiesin interfaceCfnDataSourceMixinProps- See Also:
-
getTags
Description copied from interface:CfnDataSourceMixinPropsContains a map of the key-value pairs for the resource tag or tags assigned to the data source.- Specified by:
getTagsin interfaceCfnDataSourceMixinProps- See Also:
-
getType
Description copied from interface:CfnDataSourceMixinPropsThe type of the data source. To return a list of all data sources, useListDataSources.Use
AMAZON_ELASTICSEARCHfor Amazon OpenSearch Service.- Specified by:
getTypein interfaceCfnDataSourceMixinProps- See Also:
-
getVpcConnectionProperties
Description copied from interface:CfnDataSourceMixinPropsUse this parameter only when you want Amazon Quick Sight to use a VPC connection when connecting to your underlying source.Returns union: either
IResolvableorCfnDataSourcePropsMixin.VpcConnectionPropertiesProperty- Specified by:
getVpcConnectionPropertiesin interfaceCfnDataSourceMixinProps- 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()
-