RosRuleProps
Properties for defining a RosRule
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-config-rule
Initializer
using AlibabaCloud.SDK.ROS.CDK.Config;
new RosRuleProps {
object ConfigRuleTriggerTypes,
object ResourceTypesScope,
object RiskLevel,
object RuleName,
object SourceIdentifier,
object SourceOwner,
object Description = null,
object ExcludeResourceIdsScope = null,
object InputParameters = null,
object MaximumExecutionFrequency = null,
object RegionIdsScope = null,
object ResourceGroupIdsScope = null,
object TagKeyLogicScope = null,
object TagKeyScope = null,
object TagValueScope = null
};
Properties
Name | Type | Description |
---|---|---|
ConfigRuleTriggerTypes |
object |
No description. |
ResourceTypesScope |
object |
No description. |
RiskLevel |
object |
No description. |
RuleName |
object |
No description. |
SourceIdentifier |
object |
No description. |
SourceOwner |
object |
No description. |
Description |
object |
No description. |
ExcludeResourceIdsScope |
object |
No description. |
InputParameters |
object |
No description. |
MaximumExecutionFrequency |
object |
No description. |
RegionIdsScope |
object |
No description. |
ResourceGroupIdsScope |
object |
No description. |
TagKeyLogicScope |
object |
No description. |
TagKeyScope |
object |
No description. |
TagValueScope |
object |
No description. |
ConfigRuleTriggerTypes
Required
public object ConfigRuleTriggerTypes { get; set; }
- Type: object
ResourceTypesScope
Required
public object ResourceTypesScope { get; set; }
- Type: object
RiskLevel
Required
public object RiskLevel { get; set; }
- Type: object
RuleName
Required
public object RuleName { get; set; }
- Type: object
SourceIdentifier
Required
public object SourceIdentifier { get; set; }
- Type: object
SourceOwner
Required
public object SourceOwner { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
ExcludeResourceIdsScope
Optional
public object ExcludeResourceIdsScope { get; set; }
- Type: object
InputParameters
Optional
public object InputParameters { get; set; }
- Type: object
MaximumExecutionFrequency
Optional
public object MaximumExecutionFrequency { get; set; }
- Type: object
RegionIdsScope
Optional
public object RegionIdsScope { get; set; }
- Type: object
ResourceGroupIdsScope
Optional
public object ResourceGroupIdsScope { get; set; }
- Type: object
TagKeyLogicScope
Optional
public object TagKeyLogicScope { get; set; }
- Type: object
TagKeyScope
Optional
public object TagKeyScope { get; set; }
- Type: object
TagValueScope
Optional
public object TagValueScope { get; set; }
- Type: object