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. |
AggregatorIdRequired
public object AggregatorId { get; set; }
- Type: object
CompliancePackNameRequired
public object CompliancePackName { get; set; }
- Type: object
DescriptionRequired
public object Description { get; set; }
- Type: object
RiskLevelRequired
public object RiskLevel { get; set; }
- Type: object
CompliancePackTemplateIdOptional
public object CompliancePackTemplateId { get; set; }
- Type: object
ConfigRulesOptional
public object ConfigRules { get; set; }
- Type: object
DefaultEnableOptional
public object DefaultEnable { get; set; }
- Type: object
ExcludeRegionIdsScopeOptional
public object ExcludeRegionIdsScope { get; set; }
- Type: object
ExcludeResourceGroupIdsScopeOptional
public object ExcludeResourceGroupIdsScope { get; set; }
- Type: object
ExcludeResourceIdsScopeOptional
public object ExcludeResourceIdsScope { get; set; }
- Type: object
RegionIdsScopeOptional
public object RegionIdsScope { get; set; }
- Type: object
ResourceGroupIdsScopeOptional
public object ResourceGroupIdsScope { get; set; }
- Type: object
ResourceIdsScopeOptional
public object ResourceIdsScope { get; set; }
- Type: object
TagKeyScopeOptional
public object TagKeyScope { get; set; }
- Type: object
TagValueScopeOptional
public object TagValueScope { get; set; }
- Type: object
TemplateContentOptional
public object TemplateContent { get; set; }
- Type: object