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. |
ConfigRuleTriggerTypes
Required
ConfigRuleTriggerTypes interface{}
- Type: interface{}
ResourceTypesScope
Required
ResourceTypesScope interface{}
- Type: interface{}
RiskLevel
Required
RiskLevel interface{}
- Type: interface{}
RuleName
Required
RuleName interface{}
- Type: interface{}
SourceIdentifier
Required
SourceIdentifier interface{}
- Type: interface{}
SourceOwner
Required
SourceOwner interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
ExcludeResourceIdsScope
Optional
ExcludeResourceIdsScope interface{}
- Type: interface{}
InputParameters
Optional
InputParameters interface{}
- Type: interface{}
MaximumExecutionFrequency
Optional
MaximumExecutionFrequency interface{}
- Type: interface{}
RegionIdsScope
Optional
RegionIdsScope interface{}
- Type: interface{}
ResourceGroupIdsScope
Optional
ResourceGroupIdsScope interface{}
- Type: interface{}
TagKeyLogicScope
Optional
TagKeyLogicScope interface{}
- Type: interface{}
TagKeyScope
Optional
TagKeyScope interface{}
- Type: interface{}
TagValueScope
Optional
TagValueScope interface{}
- Type: interface{}