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