RosAggregateCompliancePackProps
Properties for defining a RosAggregateCompliancePack
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-config-aggregatecompliancepack
Initializer
using AlibabaCloud.SDK.ROS.CDK.Config;
new RosAggregateCompliancePackProps {
object AggregatorId,
object CompliancePackName,
object ConfigRules,
object Description,
object RiskLevel,
object CompliancePackTemplateId = null,
object DefaultEnable = null,
object ExcludeResourceIdsScope = null,
object RegionIdsScope = null,
object ResourceGroupIdsScope = null,
object TagKeyScope = null,
object TagValueScope = null
};
Properties
Name | Type | Description |
---|---|---|
AggregatorId |
object |
No description. |
CompliancePackName |
object |
No description. |
ConfigRules |
object |
No description. |
Description |
object |
No description. |
RiskLevel |
object |
No description. |
CompliancePackTemplateId |
object |
No description. |
DefaultEnable |
object |
No description. |
ExcludeResourceIdsScope |
object |
No description. |
RegionIdsScope |
object |
No description. |
ResourceGroupIdsScope |
object |
No description. |
TagKeyScope |
object |
No description. |
TagValueScope |
object |
No description. |
AggregatorId
Required
public object AggregatorId { get; set; }
- Type: object
CompliancePackName
Required
public object CompliancePackName { get; set; }
- Type: object
ConfigRules
Required
public object ConfigRules { get; set; }
- Type: object
Description
Required
public object Description { get; set; }
- Type: object
RiskLevel
Required
public object RiskLevel { get; set; }
- Type: object
CompliancePackTemplateId
Optional
public object CompliancePackTemplateId { get; set; }
- Type: object
DefaultEnable
Optional
public object DefaultEnable { get; set; }
- Type: object
ExcludeResourceIdsScope
Optional
public object ExcludeResourceIdsScope { get; set; }
- Type: object
RegionIdsScope
Optional
public object RegionIdsScope { get; set; }
- Type: object
ResourceGroupIdsScope
Optional
public object ResourceGroupIdsScope { get; set; }
- Type: object
TagKeyScope
Optional
public object TagKeyScope { get; set; }
- Type: object
TagValueScope
Optional
public object TagValueScope { get; set; }
- Type: object