Config Rule Custom Policy Details
data class ConfigRuleCustomPolicyDetails(val enableDebugLogDelivery: Boolean? = null, val policyRuntime: String? = null, val policyText: String? = null)
Custom policy details when rule is custom owned
Constructors
Link copied to clipboard
fun ConfigRuleCustomPolicyDetails(enableDebugLogDelivery: Boolean? = null, policyRuntime: String? = null, policyText: String? = null)