Class: Aws::QuickSight::Types::RedshiftParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RedshiftParameters
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The parameters for Amazon Redshift. The ClusterId field can be blank
if Host and Port are both set. The Host and Port fields can be
blank if the ClusterId field is set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
Cluster ID.
-
#database ⇒ String
Database.
-
#host ⇒ String
Host.
-
#iam_parameters ⇒ Types::RedshiftIAMParameters
An optional parameter that uses IAM authentication to grant Quick Sight access to your cluster.
-
#identity_center_configuration ⇒ Types::IdentityCenterConfiguration
An optional parameter that configures IAM Identity Center authentication to grant Quick Sight access to your cluster.
-
#port ⇒ Integer
Port.
Instance Attribute Details
#cluster_id ⇒ String
Cluster ID. This field can be blank if the Host and Port are
provided.
29074 29075 29076 29077 29078 29079 29080 29081 29082 29083 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29074 class RedshiftParameters < Struct.new( :host, :port, :database, :cluster_id, :iam_parameters, :identity_center_configuration) SENSITIVE = [] include Aws::Structure end |
#database ⇒ String
Database.
29074 29075 29076 29077 29078 29079 29080 29081 29082 29083 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29074 class RedshiftParameters < Struct.new( :host, :port, :database, :cluster_id, :iam_parameters, :identity_center_configuration) SENSITIVE = [] include Aws::Structure end |
#host ⇒ String
Host. This field can be blank if ClusterId is provided.
29074 29075 29076 29077 29078 29079 29080 29081 29082 29083 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29074 class RedshiftParameters < Struct.new( :host, :port, :database, :cluster_id, :iam_parameters, :identity_center_configuration) SENSITIVE = [] include Aws::Structure end |
#iam_parameters ⇒ Types::RedshiftIAMParameters
An optional parameter that uses IAM authentication to grant Quick Sight access to your cluster. This parameter can be used instead of DataSourceCredentials.
29074 29075 29076 29077 29078 29079 29080 29081 29082 29083 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29074 class RedshiftParameters < Struct.new( :host, :port, :database, :cluster_id, :iam_parameters, :identity_center_configuration) SENSITIVE = [] include Aws::Structure end |
#identity_center_configuration ⇒ Types::IdentityCenterConfiguration
An optional parameter that configures IAM Identity Center authentication to grant Quick Sight access to your cluster.
This parameter can only be specified if your Quick Sight account is configured with IAM Identity Center.
29074 29075 29076 29077 29078 29079 29080 29081 29082 29083 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29074 class RedshiftParameters < Struct.new( :host, :port, :database, :cluster_id, :iam_parameters, :identity_center_configuration) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
Port. This field can be blank if the ClusterId is provided.
29074 29075 29076 29077 29078 29079 29080 29081 29082 29083 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29074 class RedshiftParameters < Struct.new( :host, :port, :database, :cluster_id, :iam_parameters, :identity_center_configuration) SENSITIVE = [] include Aws::Structure end |