Skip to content

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.

AggregatorIdRequired

public object AggregatorId { get; set; }
  • Type: object

CompliancePackNameRequired

public object CompliancePackName { get; set; }
  • Type: object

ConfigRulesRequired

public object ConfigRules { 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

DefaultEnableOptional

public object DefaultEnable { 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

TagKeyScopeOptional

public object TagKeyScope { get; set; }
  • Type: object

TagValueScopeOptional

public object TagValueScope { get; set; }
  • Type: object