aws.redshift.cluster
Supported Platform
- aws
Description
AWS Redshift Cluster
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
arn | string | ARN for the cluster |
encrypted | bool | denotes whether or not the cluster is encrypted |
nodeType | string | the node type for the nodes in the cluster |
allowVersionUpgrade | bool | denotes whether major upgrades will be applied automatically |
preferredMaintenanceWindow | string | weekly time range for system maintenance (in UTC) |
automatedSnapshotRetentionPeriod | int | number of days automatic cluster snapshots are retained |
publiclyAccessible | bool | denotes whether or not cluster is publicly accessible |
parameters | []dict | detailed list of parameters for each parameter group name |
logging | dict | logging configuration for the cluster |
name | string | name of the initial db created when cluster was created |
region | string | region where the cluster exists |
clusterParameterGroupNames | []string | list of cluster parameter group names |
tags | map[string]string | tags for the cluster |