| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
RedshiftIAMParameters |
RedshiftIAMParameters.clone() |
RedshiftIAMParameters |
RedshiftParameters.getIAMParameters()
An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster.
|
RedshiftIAMParameters |
RedshiftIAMParameters.withAutoCreateDatabaseUser(Boolean autoCreateDatabaseUser)
Automatically creates a database user.
|
RedshiftIAMParameters |
RedshiftIAMParameters.withDatabaseGroups(Collection<String> databaseGroups)
A list of groups whose permissions will be granted to Amazon QuickSight to access the cluster.
|
RedshiftIAMParameters |
RedshiftIAMParameters.withDatabaseGroups(String... databaseGroups)
A list of groups whose permissions will be granted to Amazon QuickSight to access the cluster.
|
RedshiftIAMParameters |
RedshiftIAMParameters.withDatabaseUser(String databaseUser)
The user whose permissions and group memberships will be used by Amazon QuickSight to access the cluster.
|
RedshiftIAMParameters |
RedshiftIAMParameters.withRoleArn(String roleArn)
Use the
RoleArn structure to allow Amazon QuickSight to call
redshift:GetClusterCredentials on your cluster. |
| Modifier and Type | Method and Description |
|---|---|
void |
RedshiftParameters.setIAMParameters(RedshiftIAMParameters iAMParameters)
An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster.
|
RedshiftParameters |
RedshiftParameters.withIAMParameters(RedshiftIAMParameters iAMParameters)
An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster.
|
Copyright © 2024. All rights reserved.