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 Description,
object RiskLevel,
object CompliancePackTemplateId = null,
object ConfigRules = null,
object DefaultEnable = null,
object ExcludeRegionIdsScope = null,
object ExcludeResourceGroupIdsScope = null,
object ExcludeResourceIdsScope = null,
object RegionIdsScope = null,
object ResourceGroupIdsScope = null,
object ResourceIdsScope = null,
object TagKeyScope = null,
object TagValueScope = null,
object TemplateContent = null
};
Properties
Name | Type | Description |
---|---|---|
AggregatorId |
object |
No description. |
CompliancePackName |
object |
No description. |
Description |
object |
No description. |
RiskLevel |
object |
No description. |
CompliancePackTemplateId |
object |
No description. |
ConfigRules |
object |
No description. |
DefaultEnable |
object |
No description. |
ExcludeRegionIdsScope |
object |
No description. |
ExcludeResourceGroupIdsScope |
object |
No description. |
ExcludeResourceIdsScope |
object |
No description. |
RegionIdsScope |
object |
No description. |
ResourceGroupIdsScope |
object |
No description. |
ResourceIdsScope |
object |
No description. |
TagKeyScope |
object |
No description. |
TagValueScope |
object |
No description. |
TemplateContent |
object |
No description. |
AggregatorId
Required
public object AggregatorId { get; set; }
- Type: object
CompliancePackName
Required
public object CompliancePackName { 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
ConfigRules
Optional
public object ConfigRules { get; set; }
- Type: object
DefaultEnable
Optional
public object DefaultEnable { get; set; }
- Type: object
ExcludeRegionIdsScope
Optional
public object ExcludeRegionIdsScope { get; set; }
- Type: object
ExcludeResourceGroupIdsScope
Optional
public object ExcludeResourceGroupIdsScope { 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
ResourceIdsScope
Optional
public object ResourceIdsScope { get; set; }
- Type: object
TagKeyScope
Optional
public object TagKeyScope { get; set; }
- Type: object
TagValueScope
Optional
public object TagValueScope { get; set; }
- Type: object
TemplateContent
Optional
public object TemplateContent { get; set; }
- Type: object