yandex_mdb_greenplum_cluster (Data Source)
- Example usage
- Schema
- Optional
- Read-Only
- Nested Schema for background_activities
- Nested Schema for background_activities.analyze_and_vacuum
- Nested Schema for background_activities.query_killer_idle
- Nested Schema for background_activities.query_killer_idle_in_transaction
- Nested Schema for background_activities.query_killer_long_running
- Nested Schema for pooler_config
- Nested Schema for pxf_config
- Nested Schema for access
- Nested Schema for backup_window_start
- Nested Schema for cloud_storage
- Nested Schema for logging
- Nested Schema for maintenance_window
- Nested Schema for master_hosts
- Nested Schema for master_subcluster
- Nested Schema for master_subcluster.resources
- Nested Schema for segment_hosts
- Nested Schema for segment_subcluster
- Nested Schema for segment_subcluster.resources
Get information about a Yandex Managed Greenplum cluster. For more information, see the official documentation.
Важно
Either cluster_id or name should be specified.
Example usage
//
// Get information about existing MDB Greenplum Cluster.
//
data "yandex_mdb_greenplum_cluster" "foo" {
name = "test"
}
output "network_id" {
value = data.yandex_mdb_greenplum_cluster.foo.network_id
}
Schema
Optional
background_activities(Block List) (see below for nested schema)cluster_id(String) The ID of the Greenplum cluster.folder_id(String) The folder identifier that resource belongs to. If it is not provided, the default providerfolder-idis used.greenplum_config(Map of String)master_host_group_ids(Set of String) A list of IDs of the host groups to place master subclusters' VMs of the cluster on.name(String) The resource name.pooler_config(Block List, Max: 1) (see below for nested schema)pxf_config(Block List) (see below for nested schema)segment_host_group_ids(Set of String) A list of IDs of the host groups to place segment subclusters' VMs of the cluster on.
Read-Only
access(List of Object) (see below for nested schema)assign_public_ip(Boolean) Sets whether the master hosts should get a public IP address on creation. Changing this parameter for an existing host is not supported at the moment.backup_window_start(List of Object) (see below for nested schema)cloud_storage(List of Object) (see below for nested schema)created_at(String) The creation timestamp of the resource.deletion_protection(Boolean) Thetruevalue means that resource is protected from accidental deletion.description(String) The resource description.environment(String) Deployment environment of the Greenplum cluster. (PRODUCTION, PRESTABLE)health(String) Aggregated health of the cluster.id(String) The ID of this resource.labels(Map of String) A set of key/value label pairs which assigned to resource.logging(List of Object) (see below for nested schema)maintenance_window(List of Object) (see below for nested schema)master_host_count(Number) Number of hosts in master subcluster (1 or 2).master_hosts(List of Object) (see below for nested schema)master_subcluster(List of Object) (see below for nested schema)network_id(String) TheVPC Network IDof subnets which resource attached to.security_group_ids(Set of String) The list of security groups applied to resource or their components.segment_host_count(Number) Number of hosts in segment subcluster (from 1 to 32).segment_hosts(List of Object) (see below for nested schema)segment_in_host(Number) Number of segments on segment host (not more then 1 + RAM/8).segment_subcluster(List of Object) (see below for nested schema)service_account_id(String) ID of service account to use with Yandex Cloud resources (e.g. S3, Cloud Logging).status(String) Status of the cluster.subnet_id(String) The ID of the subnet, to which the hosts belongs. The subnet must be a part of the network to which the cluster belongs.user_name(String) Greenplum cluster admin user name.version(String) Version of the Greenplum cluster. (6.28)zone(String) The availability zone where resource is located. If it is not provided, the default provider zone will be used.
Nested Schema for background_activities
Optional:
-
analyze_and_vacuum(Block List) Block to configure 'ANALYZE' and 'VACUUM' daily operations. (see below for nested schema) -
query_killer_idle(Block List) Block to configure script that kills long running queries that are inidlestate. (see below for nested schema) -
query_killer_idle_in_transaction(Block List) Block to configure script that kills long running queries that are inidle in transactionstate. (see below for nested schema) -
query_killer_long_running(Block List) Block to configure script that kills long running queries (in any state). (see below for nested schema)
Nested Schema for background_activities.analyze_and_vacuum
Optional:
-
analyze_timeout(Number) Maximum duration of theANALYZEoperation, in seconds. The default value is36000. As soon as this period expires, theANALYZEoperation will be forced to terminate. -
start_time(String) Time of day in 'HH:MM' format when scripts should run. -
vacuum_timeout(Number) Maximum duration of theVACUUMoperation, in seconds. The default value is36000. As soon as this period expires, theVACUUMoperation will be forced to terminate.
Nested Schema for background_activities.query_killer_idle
Optional:
-
enable(Boolean) Flag that indicates whether script is enabled. -
ignore_users(List of String) List of users to ignore when considering queries to terminate. -
max_age(Number) Maximum duration for this type of queries (in seconds).
Nested Schema for background_activities.query_killer_idle_in_transaction
Optional:
-
enable(Boolean) Flag that indicates whether script is enabled. -
ignore_users(List of String) List of users to ignore when considering queries to terminate. -
max_age(Number) Maximum duration for this type of queries (in seconds).
Nested Schema for background_activities.query_killer_long_running
Optional:
-
enable(Boolean) Flag that indicates whether script is enabled. -
ignore_users(List of String) List of users to ignore when considering queries to terminate. -
max_age(Number) Maximum duration for this type of queries (in seconds).
Nested Schema for pooler_config
Optional:
-
pool_client_idle_timeout(Number) Value forpool_client_idle_timeoutparameter in Odyssey . -
pool_idle_in_transaction_timeout(Number) Value forpool_idle_in_transaction_timeoutparameter in Odyssey . -
pool_size(Number) Value forpool_sizeparameter in Odyssey . -
pooling_mode(String) Mode that the connection pooler is working in. See descriptions of all modes in the documentation for Odyssey .
Nested Schema for pxf_config
Optional:
-
connection_timeout(Number) The Tomcat server connection timeout for read operations in seconds. Value is between 5 and 600. -
max_threads(Number) The maximum number of PXF tomcat threads. Value is between 1 and 1024. -
pool_allow_core_thread_timeout(Boolean) Identifies whether or not core streaming threads are allowed to time out. -
pool_core_size(Number) The number of core streaming threads. Value is between 1 and 1024. -
pool_max_size(Number) The maximum allowed number of core streaming threads. Value is between 1 and 1024. -
pool_queue_capacity(Number) The capacity of the core streaming thread pool queue. Value is positive. -
upload_timeout(Number) The Tomcat server connection timeout for write operations in seconds. Value is between 5 and 600. -
xms(Number) Maximum JVM heap size for PXF daemon. Value is between 64 and 16384. -
xmx(Number) Initial JVM heap size for PXF daemon. Value is between 64 and 16384.
Nested Schema for access
Read-Only:
-
data_lens(Boolean) Allow access for Yandex DataLens. -
data_transfer(Boolean) Allow access for DataTransfer -
web_sql(Boolean) Allows access for SQL queries in the management console. -
yandex_query(Boolean) Allow access for Yandex Query
Nested Schema for backup_window_start
Read-Only:
-
hours(Number) The hour at which backup will be started (UTC). -
minutes(Number) The minute at which backup will be started (UTC).
Nested Schema for cloud_storage
Read-Only:
enable(Boolean) Whether to use cloud storage or not.
Nested Schema for logging
Read-Only:
-
command_center_enabled(Boolean) Deliver Yandex Command Center's logs to Cloud Logging. -
enabled(Boolean) Flag that indicates whether log delivery to Cloud Logging is enabled. -
folder_id(String) ID of folder to which deliver logs. -
greenplum_enabled(Boolean) Deliver Greenplum's logs to Cloud Logging. -
log_group_id(String) Cloud Logging group ID to send logs to. -
pooler_enabled(Boolean) Deliver connection pooler's logs to Cloud Logging.
Nested Schema for maintenance_window
Read-Only:
-
day(String) Day of the week (inDDDformat). Allowed values:MON,TUE,WED,THU,FRI,SAT,SUN. -
hour(Number) Hour of the day in UTC (inHHformat). Allowed value is between 0 and 23. -
type(String) Type of maintenance window. Can be eitherANYTIMEorWEEKLY. A day and hour of window need to be specified with weekly window.
Nested Schema for master_hosts
Read-Only:
assign_public_ip(Boolean)fqdn(String)
Nested Schema for master_subcluster
Read-Only:
resources(Block List, Min: 1, Max: 1) Resources allocated to hosts for master subcluster of the Greenplum cluster. (see below for nested schema)
Nested Schema for master_subcluster.resources
Read-Only:
-
disk_size(Number) Volume of the storage available to a host, in gigabytes. -
disk_type_id(String) Type of the storage of Greenplum hosts - environment default is used if missing. -
resource_preset_id(String) The ID of the preset for computational resources available to a host (CPU, memory etc.). For more information, see the official documentation.
Nested Schema for segment_hosts
Read-Only:
fqdn(String)
Nested Schema for segment_subcluster
Read-Only:
resources(Block List, Min: 1, Max: 1) Resources allocated to hosts for segment subcluster of the Greenplum cluster. (see below for nested schema)
Nested Schema for segment_subcluster.resources
Read-Only:
-
disk_size(Number) Volume of the storage available to a host, in gigabytes. -
disk_type_id(String) Type of the storage of Greenplum hosts - environment default is used if missing. -
resource_preset_id(String) The ID of the preset for computational resources available to a host (CPU, memory etc.). For more information, see the official documentation.