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