Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDatabaseResource ¶
Types ¶
type AttachedStorageForWorkersStruct ¶ added in v0.5.9
type AutoScalingParametersStruct ¶ added in v0.5.9
type AutoScalingParametersStruct struct { TargetedValueForMetric types.Int64 `tfsdk:"targeted_value_for_metric"` MaxWorkersForDatabase types.Int64 `tfsdk:"max_workers_for_database"` MaxWorkersPerBatch types.Int64 `tfsdk:"max_workers_per_batch"` MinWorkersForDatabase types.Int64 `tfsdk:"min_workers_for_database"` EvaluationPeriod types.Int64 `tfsdk:"evaluation_period"` MinimumBlockCacheGb types.Int64 `tfsdk:"minimum_block_cache_gb"` MaxHdfsUsagePercentage types.Int64 `tfsdk:"max_hdfs_usage_percentage"` MaxRegionsPerRegionServer types.Int64 `tfsdk:"max_regions_per_region_server"` MaxCPUUtilization types.Int64 `tfsdk:"max_cpu_utilization"` MaxComputeNodesForDatabase types.Int64 `tfsdk:"max_compute_nodes_for_database"` MinComputeNodesForDatabase types.Int64 `tfsdk:"min_compute_nodes_for_database"` }
type KeyValuePair ¶ added in v0.5.9
Click to show internal directories.
Click to hide internal directories.