Skip to content

Commit

Permalink
datasource logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed May 24, 2022
1 parent 092b570 commit c74a84b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions website/docs/d/redshift_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,23 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `arn` - Amazon Resource Name (ARN) of cluster.
* `allow_version_upgrade` - Whether major version upgrades can be applied during maintenance period
* `automated_snapshot_retention_period` - The backup retention period
* `aqua_configuration_status` - The value represents how the cluster is configured to use AQUA.
* `availability_zone` - The availability zone of the cluster
* `availability_zone_relocation_enabled` - Indicates whether the cluster is able to be relocated to another availability zone.
* `bucket_name` - The name of the S3 bucket where the log files are to be stored
* `cluster_identifier` - The cluster identifier
* `cluster_nodes` - The nodes in the cluster. Cluster node blocks are documented below
* `cluster_parameter_group_name` - The name of the parameter group to be associated with this cluster
* `cluster_public_key` - The public key for the cluster
* `cluster_revision_number` - The cluster revision number
* `cluster_security_groups` - The security groups associated with the cluster
* `cluster_subnet_group_name` - The name of a cluster subnet group to be associated with this cluster
* `cluster_type` - The cluster type
* `database_name` - The name of the default database in the cluster
* `default_iam_role_arn` - ∂The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was created.
* `elastic_ip` - The Elastic IP of the cluster
* `enable_logging` - Whether cluster logging is enabled
* `encrypted` - Whether the cluster data is encrypted
Expand All @@ -75,10 +78,20 @@ In addition to all arguments above, the following attributes are exported:
* `master_username` - Username for the master DB user
* `node_type` - The cluster node type
* `number_of_nodes` - The number of nodes in the cluster
* `maintenance_track_name` - The name of the maintenance track for the restored cluster.
* `manual_snapshot_retention_period` - (Optional) The default number of days to retain a manual snapshot.
* `port` - The port the cluster responds on
* `preferred_maintenance_window` - The maintenance window
* `publicly_accessible` - Whether the cluster is publicly accessible
* `s3_key_prefix` - The folder inside the S3 bucket where the log files are stored
* `log_destination_type` - The log destination type.
* `log_exports` - The collection of exported log types. Log types include the connection log, user log and user activity log.
* `tags` - The tags associated to the cluster
* `vpc_id` - The VPC Id associated with the cluster
* `vpc_security_group_ids` - The VPC security group Ids associated with the cluster

Cluster nodes (for `cluster_nodes`) support the following attributes:

* `node_role` - Whether the node is a leader node or a compute node
* `private_ip_address` - The private IP address of a node within a cluster
* `public_ip_address` - The public IP address of a node within a cluster

0 comments on commit c74a84b

Please sign in to comment.