Rule Source Custom Policy Details
data class RuleSourceCustomPolicyDetails(val enableDebugLogDelivery: Boolean? = null, val policyRuntime: String, val policyText: String)
Constructors
Link copied to clipboard
fun RuleSourceCustomPolicyDetails(enableDebugLogDelivery: Boolean? = null, policyRuntime: String, policyText: String)
Types
Properties
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.