Skip to content

Rule

This class encapsulates and extends the ROS resource type ALIYUN::Config::Rule, which is used to create or modify a rule.

Initializers

using AlibabaCloud.SDK.ROS.CDK.Config;
new Rule(Construct Scope, string Id, RuleProps Props, bool EnableResourcePropertyConstraint = null);
Name Type Description
Scope AlibabaCloud.SDK.ROS.CDK.Core.Construct No description.
Id string No description.
Props RuleProps No description.
EnableResourcePropertyConstraint bool No description.

ScopeRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.Construct

IdRequired

  • Type: string

PropsRequired


EnableResourcePropertyConstraintOptional

  • Type: bool

Methods

Name Description
ToString Returns a string representation of this construct.
Synthesize Allows this construct to emit artifacts into the cloud assembly during synthesis.
AddCondition No description.
AddCount No description.
AddDependency No description.
AddResourceDesc No description.
ApplyRemovalPolicy No description.
GetAtt No description.
SetMetadata No description.

ToString

private string ToString()

Returns a string representation of this construct.

Synthesize

private void Synthesize(ISynthesisSession Session)

Allows this construct to emit artifacts into the cloud assembly during synthesis.

This method is usually implemented by framework-level constructs such as Stack and Asset as they participate in synthesizing the cloud assembly.

SessionRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.ISynthesisSession

The synthesis session.


AddCondition

private void AddCondition(RosCondition Condition)

ConditionRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.RosCondition

AddCount

private void AddCount(object Count)

CountRequired

  • Type: object

AddDependency

private void AddDependency(Resource Resource)

ResourceRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.Resource

AddResourceDesc

private void AddResourceDesc(string Desc)

DescRequired

  • Type: string

ApplyRemovalPolicy

private void ApplyRemovalPolicy(RemovalPolicy Policy)

PolicyRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.RemovalPolicy

GetAtt

private IResolvable GetAtt(string Name)

NameRequired

  • Type: string

SetMetadata

private void SetMetadata(string Key, object Value)

KeyRequired

  • Type: string

ValueRequired

  • Type: object

Static Functions

Name Description
IsConstruct Return whether the given object is a Construct.

IsConstruct

using AlibabaCloud.SDK.ROS.CDK.Config;
Rule.IsConstruct(object X);

Return whether the given object is a Construct.

XRequired

  • Type: object

Properties

Name Type Description
Node AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode The construct tree node associated with this construct.
Ref string No description.
Stack AlibabaCloud.SDK.ROS.CDK.Core.Stack The stack in which this resource is defined.
Resource AlibabaCloud.SDK.ROS.CDK.Core.RosResource No description.
AttrConfigRuleArn AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ConfigRuleArn: config rule arn.
AttrConfigRuleId AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ConfigRuleId: The ID of the rule.
AttrConfigRuleTriggerTypes AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ConfigRuleTriggerTypes: The trigger type of the rule.
AttrDescription AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute Description: The description of the rule.
AttrEventSource AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute EventSource: The event source of the rule.
AttrExcludeResourceIdsScope AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ExcludeResourceIdsScope: The rule monitors excluded resource IDs, multiple of which are separated by commas, only applies to rules created based on managed rules, , custom rule this field is empty.
AttrInputParameters AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute InputParameters: The settings of the input parameters for the rule.
AttrMaximumExecutionFrequency AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute MaximumExecutionFrequency: The frequency of the compliance evaluations.
AttrRegionIdsScope AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute RegionIdsScope: The rule monitors region IDs, separated by commas, only applies to rules created based on managed rules.
AttrResourceGroupIdsScope AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ResourceGroupIdsScope: The rule monitors resource group IDs, separated by commas, only applies to rules created based on managed rules.
AttrResourceTypesScope AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ResourceTypesScope: The types of the resources to be evaluated against the rule.
AttrRiskLevel AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute RiskLevel: The risk level of the resources that are not compliant with the rule.
AttrRuleName AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute RuleName: The name of the rule.
AttrSourceIdentifier AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SourceIdentifier: The identifier of the rule.
AttrSourceOwner AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SourceOwner: Specifies whether you or Alibaba Cloud owns and manages the rule.
AttrTagKeyScope AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute TagKeyScope: The rule monitors the tag key, only applies to rules created based on managed rules.
AttrTagValueScope AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute TagValueScope: The rule monitors the tag value, only applies to rules created based on managed rules.

NodeRequired

public ConstructNode Node { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode

The construct tree node associated with this construct.


RefRequired

public string Ref { get; }
  • Type: string

StackRequired

public Stack Stack { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.Stack

The stack in which this resource is defined.


ResourceOptional

public RosResource Resource { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.RosResource

AttrConfigRuleArnRequired

public IResolvable AttrConfigRuleArn { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ConfigRuleArn: config rule arn.


AttrConfigRuleIdRequired

public IResolvable AttrConfigRuleId { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ConfigRuleId: The ID of the rule.


AttrConfigRuleTriggerTypesRequired

public IResolvable AttrConfigRuleTriggerTypes { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ConfigRuleTriggerTypes: The trigger type of the rule.

Valid values: ConfigurationItemChangeNotification: The rule is triggered upon configuration changes. ScheduledNotification: The rule is triggered as scheduled.


AttrDescriptionRequired

public IResolvable AttrDescription { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute Description: The description of the rule.


AttrEventSourceRequired

public IResolvable AttrEventSource { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute EventSource: The event source of the rule.


AttrExcludeResourceIdsScopeRequired

public IResolvable AttrExcludeResourceIdsScope { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ExcludeResourceIdsScope: The rule monitors excluded resource IDs, multiple of which are separated by commas, only applies to rules created based on managed rules, , custom rule this field is empty.


AttrInputParametersRequired

public IResolvable AttrInputParameters { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute InputParameters: The settings of the input parameters for the rule.


AttrMaximumExecutionFrequencyRequired

public IResolvable AttrMaximumExecutionFrequency { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute MaximumExecutionFrequency: The frequency of the compliance evaluations.

Valid values: One_Hour Three_Hours Six_Hours Twelve_Hours TwentyFour_Hours


AttrRegionIdsScopeRequired

public IResolvable AttrRegionIdsScope { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute RegionIdsScope: The rule monitors region IDs, separated by commas, only applies to rules created based on managed rules.


AttrResourceGroupIdsScopeRequired

public IResolvable AttrResourceGroupIdsScope { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ResourceGroupIdsScope: The rule monitors resource group IDs, separated by commas, only applies to rules created based on managed rules.


AttrResourceTypesScopeRequired

public IResolvable AttrResourceTypesScope { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ResourceTypesScope: The types of the resources to be evaluated against the rule.


AttrRiskLevelRequired

public IResolvable AttrRiskLevel { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute RiskLevel: The risk level of the resources that are not compliant with the rule.

Valid values: 1: critical 2: warning 3: info


AttrRuleNameRequired

public IResolvable AttrRuleName { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute RuleName: The name of the rule.


AttrSourceIdentifierRequired

public IResolvable AttrSourceIdentifier { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SourceIdentifier: The identifier of the rule.

For a managed rule, the value is the name of the managed rule. For a custom rule, the value is the ARN of the custom rule


AttrSourceOwnerRequired

public IResolvable AttrSourceOwner { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SourceOwner: Specifies whether you or Alibaba Cloud owns and manages the rule.

Valid values: CUSTOM_FC: The rule is a custom rule and you own the rule. ALIYUN: The rule is a managed rule and Alibaba Cloud owns the rule


AttrTagKeyScopeRequired

public IResolvable AttrTagKeyScope { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute TagKeyScope: The rule monitors the tag key, only applies to rules created based on managed rules.


AttrTagValueScopeRequired

public IResolvable AttrTagValueScope { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute TagValueScope: The rule monitors the tag value, only applies to rules created based on managed rules.


Structs