ConfigRulesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Config;
new ConfigRulesProperty {
object RiskLevel,
object ConfigRuleId = null,
object ConfigRuleName = null,
object ConfigRuleParameters = null,
object Description = null,
object ManagedRuleIdentifier = null
};
Properties
RiskLevelRequired
public object RiskLevel { get; set; }
ConfigRuleIdOptional
public object ConfigRuleId { get; set; }
ConfigRuleNameOptional
public object ConfigRuleName { get; set; }
ConfigRuleParametersOptional
public object ConfigRuleParameters { get; set; }
DescriptionOptional
public object Description { get; set; }
ManagedRuleIdentifierOptional
public object ManagedRuleIdentifier { get; set; }