Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSourcePropsMixin.Builder
Packages that use CfnDataSourcePropsMixin.Builder
-
Uses of CfnDataSourcePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.quicksight
Methods in software.amazon.awscdk.cfnpropertymixins.services.quicksight that return CfnDataSourcePropsMixin.BuilderModifier and TypeMethodDescriptionCfnDataSourcePropsMixin.Builder.alternateDataSourceParameters(List<? extends Object> alternateDataSourceParameters) A set of alternate data source parameters that you want to share for the credentials stored with this data source.CfnDataSourcePropsMixin.Builder.alternateDataSourceParameters(IResolvable alternateDataSourceParameters) A set of alternate data source parameters that you want to share for the credentials stored with this data source.CfnDataSourcePropsMixin.Builder.awsAccountId(String awsAccountId) The AWS account ID.CfnDataSourcePropsMixin.Builder.create()CfnDataSourcePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDataSourcePropsMixin.Builder.credentials(CfnDataSourcePropsMixin.DataSourceCredentialsProperty credentials) The credentials Amazon Quick Sight that uses to connect to your underlying source.CfnDataSourcePropsMixin.Builder.credentials(IResolvable credentials) The credentials Amazon Quick Sight that uses to connect to your underlying source.CfnDataSourcePropsMixin.Builder.dataSourceId(String dataSourceId) An ID for the data source.CfnDataSourcePropsMixin.Builder.dataSourceParameters(CfnDataSourcePropsMixin.DataSourceParametersProperty dataSourceParameters) The parameters that Amazon Quick Sight uses to connect to your underlying source.CfnDataSourcePropsMixin.Builder.dataSourceParameters(IResolvable dataSourceParameters) The parameters that Amazon Quick Sight uses to connect to your underlying source.CfnDataSourcePropsMixin.Builder.errorInfo(CfnDataSourcePropsMixin.DataSourceErrorInfoProperty errorInfo) Error information from the last update or the creation of the data source.CfnDataSourcePropsMixin.Builder.errorInfo(IResolvable errorInfo) Error information from the last update or the creation of the data source.CfnDataSourcePropsMixin.Builder.folderArns(List<String> folderArns) A display name for the data source.CfnDataSourcePropsMixin.Builder.permissions(List<? extends Object> permissions) A list of resource permissions on the data source.CfnDataSourcePropsMixin.Builder.permissions(IResolvable permissions) A list of resource permissions on the data source.CfnDataSourcePropsMixin.Builder.sslProperties(CfnDataSourcePropsMixin.SslPropertiesProperty sslProperties) Secure Socket Layer (SSL) properties that apply when Amazon Quick Sight connects to your underlying source.CfnDataSourcePropsMixin.Builder.sslProperties(IResolvable sslProperties) Secure Socket Layer (SSL) properties that apply when Amazon Quick Sight connects to your underlying source.Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.The type of the data source.CfnDataSourcePropsMixin.Builder.vpcConnectionProperties(CfnDataSourcePropsMixin.VpcConnectionPropertiesProperty vpcConnectionProperties) Use this parameter only when you want Amazon Quick Sight to use a VPC connection when connecting to your underlying source.CfnDataSourcePropsMixin.Builder.vpcConnectionProperties(IResolvable vpcConnectionProperties) Use this parameter only when you want Amazon Quick Sight to use a VPC connection when connecting to your underlying source.