Skip to content

RosRuleProps

Properties for defining a RosRule.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-config-rule

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkconfig"
&alicloudroscdkconfig.RosRuleProps {
    ConfigRuleTriggerTypes: interface{},
    ResourceTypesScope: interface{},
    RiskLevel: interface{},
    RuleName: interface{},
    SourceIdentifier: interface{},
    SourceOwner: interface{},
    Description: interface{},
    ExcludeResourceIdsScope: interface{},
    InputParameters: interface{},
    MaximumExecutionFrequency: interface{},
    RegionIdsScope: interface{},
    ResourceGroupIdsScope: interface{},
    TagKeyLogicScope: interface{},
    TagKeyScope: interface{},
    TagValueScope: interface{},
}

Properties

Name Type Description
ConfigRuleTriggerTypes interface{} No description.
ResourceTypesScope interface{} No description.
RiskLevel interface{} No description.
RuleName interface{} No description.
SourceIdentifier interface{} No description.
SourceOwner interface{} No description.
Description interface{} No description.
ExcludeResourceIdsScope interface{} No description.
InputParameters interface{} No description.
MaximumExecutionFrequency interface{} No description.
RegionIdsScope interface{} No description.
ResourceGroupIdsScope interface{} No description.
TagKeyLogicScope interface{} No description.
TagKeyScope interface{} No description.
TagValueScope interface{} No description.

ConfigRuleTriggerTypesRequired

ConfigRuleTriggerTypes interface{}
  • Type: interface{}

ResourceTypesScopeRequired

ResourceTypesScope interface{}
  • Type: interface{}

RiskLevelRequired

RiskLevel interface{}
  • Type: interface{}

RuleNameRequired

RuleName interface{}
  • Type: interface{}

SourceIdentifierRequired

SourceIdentifier interface{}
  • Type: interface{}

SourceOwnerRequired

SourceOwner interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

ExcludeResourceIdsScopeOptional

ExcludeResourceIdsScope interface{}
  • Type: interface{}

InputParametersOptional

InputParameters interface{}
  • Type: interface{}

MaximumExecutionFrequencyOptional

MaximumExecutionFrequency interface{}
  • Type: interface{}

RegionIdsScopeOptional

RegionIdsScope interface{}
  • Type: interface{}

ResourceGroupIdsScopeOptional

ResourceGroupIdsScope interface{}
  • Type: interface{}

TagKeyLogicScopeOptional

TagKeyLogicScope interface{}
  • Type: interface{}

TagKeyScopeOptional

TagKeyScope interface{}
  • Type: interface{}

TagValueScopeOptional

TagValueScope interface{}
  • Type: interface{}