RuleSourceCustomPolicyDetails

data class RuleSourceCustomPolicyDetails(val enableDebugLogDelivery: Boolean? = null, val policyRuntime: String, val policyText: String)

Constructors

Link copied to clipboard
constructor(enableDebugLogDelivery: Boolean? = null, policyRuntime: String, policyText: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The boolean expression for enabling debug logging for your Config Custom Policy rule. The default value is false.

Link copied to clipboard

The runtime system for your Config Custom Policy rule. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the Guard GitHub Repository.

Link copied to clipboard

The policy definition containing the logic for your Config Custom Policy rule.