RuntimeProtectionConfigurationArgs

data class RuntimeProtectionConfigurationArgs(val enforcementLevel: Output<Either<String, RuntimeProtectionEnforcementLevel>>? = null) : ConvertibleToJava<RuntimeProtectionConfigurationArgs>

Constructors

Link copied to clipboard
constructor(enforcementLevel: Output<Either<String, RuntimeProtectionEnforcementLevel>>? = null)

Properties

Link copied to clipboard

The mode of operation for runtime protection.

Functions

Link copied to clipboard
open override fun toJava(): RuntimeProtectionConfigurationArgs