LoadBalancerModificationProtectionConfig

data class LoadBalancerModificationProtectionConfig(val reason: String? = null, val status: String? = null)

Constructors

Link copied to clipboard
fun LoadBalancerModificationProtectionConfig(reason: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val reason: String? = null

The reason for modification protection. This parameter must be 2 to 128 characters in length, and can contain letters, digits, periods, underscores, and hyphens. The reason must start with a letter. Note: This parameter takes effect only when status is set to ConsoleProtection.

Link copied to clipboard
val status: String? = null

Specifies whether to enable the configuration read-only mode for the ALB instance. Valid values: NonProtection and ConsoleProtection.