Data Source: aws_redshift_cluster_credentials

Provides redshift cluster temporary credentials.

Example Usage

data "aws_redshift_cluster_credentials" "example" {
  cluster_identifier = aws_redshift_cluster.example.cluster_identifier
  db_user            = aws_redshift_cluster.example.master_username
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: