modification Protection Config
suspend fun modificationProtectionConfig(value: Output<LoadBalancerModificationProtectionConfigArgs>)
Parameters
value
Specifies whether to enable the configuration read-only mode. Default value: NonProtection
. See modification_protection_config
below.
suspend fun modificationProtectionConfig(argument: suspend LoadBalancerModificationProtectionConfigArgsBuilder.() -> Unit)
Parameters
argument
Specifies whether to enable the configuration read-only mode. Default value: NonProtection
. See modification_protection_config
below.