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. |
CompliancePackName
Required
public object CompliancePackName { get; set; }
- Type: object
ConfigRules
Required
public object ConfigRules { get; set; }
- Type: object
RiskLevel
Required
public object RiskLevel { get; set; }
- Type: object
CompliancePackTemplateId
Optional
public object CompliancePackTemplateId { get; set; }
- Type: object
ConfigRuleIds
Optional
public object ConfigRuleIds { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object