Skip to content

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

Name Type Description
RiskLevel object No description.
ConfigRuleId object No description.
ConfigRuleName object No description.
ConfigRuleParameters object No description.
Description object No description.
ManagedRuleIdentifier object No description.

RiskLevelRequired

public object RiskLevel { get; set; }
  • Type: object

ConfigRuleIdOptional

public object ConfigRuleId { get; set; }
  • Type: object

ConfigRuleNameOptional

public object ConfigRuleName { get; set; }
  • Type: object

ConfigRuleParametersOptional

public object ConfigRuleParameters { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

ManagedRuleIdentifierOptional

public object ManagedRuleIdentifier { get; set; }
  • Type: object