autoscalingPolicies

@JvmName(name = "qlaeggoccnxgkilt")
suspend fun autoscalingPolicies(value: Output<List<ClusterAutoscalingSettingsAutoscalingPolicyArgs>>)

Parameters

value

The map with autoscaling policies applied to the cluster. The key is the identifier of the policy. It must meet the following requirements:

  • Only contains 1-63 alphanumeric characters and hyphens

  • Begins with an alphabetical character

  • Ends with a non-hyphen character

  • Not formatted as a UUID

  • Complies with RFC 1034 (section 3.5) Currently the map must contain only one element that describes the autoscaling policy for compute nodes. Structure is documented below.


@JvmName(name = "vrrkwvjfuyhidlca")
suspend fun autoscalingPolicies(vararg values: Output<ClusterAutoscalingSettingsAutoscalingPolicyArgs>)


@JvmName(name = "lcodbgicdlppkiox")
suspend fun autoscalingPolicies(values: List<Output<ClusterAutoscalingSettingsAutoscalingPolicyArgs>>)
@JvmName(name = "rpuqtpbtdoqilugi")
suspend fun autoscalingPolicies(vararg values: ClusterAutoscalingSettingsAutoscalingPolicyArgs)

Parameters

values

The map with autoscaling policies applied to the cluster. The key is the identifier of the policy. It must meet the following requirements:

  • Only contains 1-63 alphanumeric characters and hyphens

  • Begins with an alphabetical character

  • Ends with a non-hyphen character

  • Not formatted as a UUID

  • Complies with RFC 1034 (section 3.5) Currently the map must contain only one element that describes the autoscaling policy for compute nodes. Structure is documented below.


@JvmName(name = "mjftclkdlwkdgdvx")
suspend fun autoscalingPolicies(argument: List<suspend ClusterAutoscalingSettingsAutoscalingPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "dnhwrssjhjypoitx")
suspend fun autoscalingPolicies(vararg argument: suspend ClusterAutoscalingSettingsAutoscalingPolicyArgsBuilder.() -> Unit)
@JvmName(name = "kcbtcvhsbuufjnww")
suspend fun autoscalingPolicies(argument: suspend ClusterAutoscalingSettingsAutoscalingPolicyArgsBuilder.() -> Unit)

Parameters

argument

The map with autoscaling policies applied to the cluster. The key is the identifier of the policy. It must meet the following requirements:

  • Only contains 1-63 alphanumeric characters and hyphens

  • Begins with an alphabetical character

  • Ends with a non-hyphen character

  • Not formatted as a UUID

  • Complies with RFC 1034 (section 3.5) Currently the map must contain only one element that describes the autoscaling policy for compute nodes. Structure is documented below.