RosCompliancePackProps
Properties for defining a RosCompliancePack.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-config-compliancepack
Initializer
using AlibabaCloud.SDK.ROS.CDK.Config;
new RosCompliancePackProps {
object CompliancePackName,
object ConfigRules,
object RiskLevel,
object CompliancePackTemplateId = null,
object ConfigRuleIds = null,
object Description = null
};
Properties
| Name | Type | Description |
|---|---|---|
CompliancePackName |
object |
No description. |
ConfigRules |
object |
No description. |
RiskLevel |
object |
No description. |
CompliancePackTemplateId |
object |
No description. |
ConfigRuleIds |
object |
No description. |
Description |
object |
No description. |
CompliancePackNameRequired
public object CompliancePackName { get; set; }
- Type: object
ConfigRulesRequired
public object ConfigRules { get; set; }
- Type: object
RiskLevelRequired
public object RiskLevel { get; set; }
- Type: object
CompliancePackTemplateIdOptional
public object CompliancePackTemplateId { get; set; }
- Type: object
ConfigRuleIdsOptional
public object ConfigRuleIds { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object