| Package | Description |
|---|---|
| software.amazon.awscdk.services.quicksight |
AWS::QuickSight Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.Builder |
CfnDataSource.Builder.alternateDataSourceParameters(IResolvable alternateDataSourceParameters)
A set of alternate data source parameters that you want to share for the credentials stored with this data source.
|
CfnDataSource.Builder |
CfnDataSource.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.
|
CfnDataSource.Builder |
CfnDataSource.Builder.awsAccountId(String awsAccountId)
The AWS account ID.
|
static CfnDataSource.Builder |
CfnDataSource.Builder.create(software.constructs.Construct scope,
String id) |
CfnDataSource.Builder |
CfnDataSource.Builder.credentials(CfnDataSource.DataSourceCredentialsProperty credentials)
The credentials Amazon QuickSight that uses to connect to your underlying source.
|
CfnDataSource.Builder |
CfnDataSource.Builder.credentials(IResolvable credentials)
The credentials Amazon QuickSight that uses to connect to your underlying source.
|
CfnDataSource.Builder |
CfnDataSource.Builder.dataSourceId(String dataSourceId)
An ID for the data source.
|
CfnDataSource.Builder |
CfnDataSource.Builder.dataSourceParameters(CfnDataSource.DataSourceParametersProperty dataSourceParameters)
The parameters that Amazon QuickSight uses to connect to your underlying source.
|
CfnDataSource.Builder |
CfnDataSource.Builder.dataSourceParameters(IResolvable dataSourceParameters)
The parameters that Amazon QuickSight uses to connect to your underlying source.
|
CfnDataSource.Builder |
CfnDataSource.Builder.errorInfo(CfnDataSource.DataSourceErrorInfoProperty errorInfo)
Error information from the last update or the creation of the data source.
|
CfnDataSource.Builder |
CfnDataSource.Builder.errorInfo(IResolvable errorInfo)
Error information from the last update or the creation of the data source.
|
CfnDataSource.Builder |
CfnDataSource.Builder.name(String name)
A display name for the data source.
|
CfnDataSource.Builder |
CfnDataSource.Builder.permissions(IResolvable permissions)
A list of resource permissions on the data source.
|
CfnDataSource.Builder |
CfnDataSource.Builder.permissions(List<? extends Object> permissions)
A list of resource permissions on the data source.
|
CfnDataSource.Builder |
CfnDataSource.Builder.sslProperties(CfnDataSource.SslPropertiesProperty sslProperties)
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
|
CfnDataSource.Builder |
CfnDataSource.Builder.sslProperties(IResolvable sslProperties)
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
|
CfnDataSource.Builder |
CfnDataSource.Builder.tags(List<? extends CfnTag> tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
|
CfnDataSource.Builder |
CfnDataSource.Builder.type(String type)
The type of the data source.
|
CfnDataSource.Builder |
CfnDataSource.Builder.vpcConnectionProperties(CfnDataSource.VpcConnectionPropertiesProperty vpcConnectionProperties)
Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
|
CfnDataSource.Builder |
CfnDataSource.Builder.vpcConnectionProperties(IResolvable vpcConnectionProperties)
Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
|
Copyright © 2022. All rights reserved.