Alibaba Cloud v3.77.0 published on Friday, May 2, 2025 by Pulumi
alicloud.cfg.getRules
Explore with Pulumi AI
This data source provides the Config Rules of the current Alibaba Cloud user.
NOTE: Available since v1.99.0.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as alicloud from "@pulumi/alicloud";
const example = alicloud.cfg.getRules({
    ids: ["cr-ed4bad756057********"],
    nameRegex: "tftest",
});
export const firstConfigRuleId = example.then(example => example.rules?.[0]?.id);
import pulumi
import pulumi_alicloud as alicloud
example = alicloud.cfg.get_rules(ids=["cr-ed4bad756057********"],
    name_regex="tftest")
pulumi.export("firstConfigRuleId", example.rules[0].id)
package main
import (
	"github.com/pulumi/pulumi-alicloud/sdk/v3/go/alicloud/cfg"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		example, err := cfg.GetRules(ctx, &cfg.GetRulesArgs{
			Ids: []string{
				"cr-ed4bad756057********",
			},
			NameRegex: pulumi.StringRef("tftest"),
		}, nil)
		if err != nil {
			return err
		}
		ctx.Export("firstConfigRuleId", example.Rules[0].Id)
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AliCloud = Pulumi.AliCloud;
return await Deployment.RunAsync(() => 
{
    var example = AliCloud.Cfg.GetRules.Invoke(new()
    {
        Ids = new[]
        {
            "cr-ed4bad756057********",
        },
        NameRegex = "tftest",
    });
    return new Dictionary<string, object?>
    {
        ["firstConfigRuleId"] = example.Apply(getRulesResult => getRulesResult.Rules[0]?.Id),
    };
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.alicloud.cfg.CfgFunctions;
import com.pulumi.alicloud.cfg.inputs.GetRulesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = CfgFunctions.getRules(GetRulesArgs.builder()
            .ids("cr-ed4bad756057********")
            .nameRegex("tftest")
            .build());
        ctx.export("firstConfigRuleId", example.rules()[0].id());
    }
}
variables:
  example:
    fn::invoke:
      function: alicloud:cfg:getRules
      arguments:
        ids:
          - cr-ed4bad756057********
        nameRegex: tftest
outputs:
  firstConfigRuleId: ${example.rules[0].id}
Using getRules
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getRules(args: GetRulesArgs, opts?: InvokeOptions): Promise<GetRulesResult>
function getRulesOutput(args: GetRulesOutputArgs, opts?: InvokeOptions): Output<GetRulesResult>def get_rules(config_rule_state: Optional[str] = None,
              enable_details: Optional[bool] = None,
              ids: Optional[Sequence[str]] = None,
              name_regex: Optional[str] = None,
              output_file: Optional[str] = None,
              risk_level: Optional[int] = None,
              rule_name: Optional[str] = None,
              status: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetRulesResult
def get_rules_output(config_rule_state: Optional[pulumi.Input[str]] = None,
              enable_details: Optional[pulumi.Input[bool]] = None,
              ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
              name_regex: Optional[pulumi.Input[str]] = None,
              output_file: Optional[pulumi.Input[str]] = None,
              risk_level: Optional[pulumi.Input[int]] = None,
              rule_name: Optional[pulumi.Input[str]] = None,
              status: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetRulesResult]func GetRules(ctx *Context, args *GetRulesArgs, opts ...InvokeOption) (*GetRulesResult, error)
func GetRulesOutput(ctx *Context, args *GetRulesOutputArgs, opts ...InvokeOption) GetRulesResultOutput> Note: This function is named GetRules in the Go SDK.
public static class GetRules 
{
    public static Task<GetRulesResult> InvokeAsync(GetRulesArgs args, InvokeOptions? opts = null)
    public static Output<GetRulesResult> Invoke(GetRulesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRulesResult> getRules(GetRulesArgs args, InvokeOptions options)
public static Output<GetRulesResult> getRules(GetRulesArgs args, InvokeOptions options)
fn::invoke:
  function: alicloud:cfg/getRules:getRules
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ConfigRule stringState 
- Field config_rule_statehas been deprecated from provider version 1.124.1. New fieldstatusinstead.
- EnableDetails bool
- Default to false. Set it totruecan output more details about resource attributes.
- Ids List<string>
- A list of Config Rule IDs.
- NameRegex string
- A regex string to filter results by rule name.
- OutputFile string
- File name where to save data source results (after running pulumi preview).
- RiskLevel int
- The risk level of Config Rule. Valid values: 1: Critical ,2: Warning ,3: Info.
- RuleName string
- The name of config rule.
- Status string
- The status of the config rule, valid values: ACTIVE,DELETING,EVALUATINGandINACTIVE.
- ConfigRule stringState 
- Field config_rule_statehas been deprecated from provider version 1.124.1. New fieldstatusinstead.
- EnableDetails bool
- Default to false. Set it totruecan output more details about resource attributes.
- Ids []string
- A list of Config Rule IDs.
- NameRegex string
- A regex string to filter results by rule name.
- OutputFile string
- File name where to save data source results (after running pulumi preview).
- RiskLevel int
- The risk level of Config Rule. Valid values: 1: Critical ,2: Warning ,3: Info.
- RuleName string
- The name of config rule.
- Status string
- The status of the config rule, valid values: ACTIVE,DELETING,EVALUATINGandINACTIVE.
- configRule StringState 
- Field config_rule_statehas been deprecated from provider version 1.124.1. New fieldstatusinstead.
- enableDetails Boolean
- Default to false. Set it totruecan output more details about resource attributes.
- ids List<String>
- A list of Config Rule IDs.
- nameRegex String
- A regex string to filter results by rule name.
- outputFile String
- File name where to save data source results (after running pulumi preview).
- riskLevel Integer
- The risk level of Config Rule. Valid values: 1: Critical ,2: Warning ,3: Info.
- ruleName String
- The name of config rule.
- status String
- The status of the config rule, valid values: ACTIVE,DELETING,EVALUATINGandINACTIVE.
- configRule stringState 
- Field config_rule_statehas been deprecated from provider version 1.124.1. New fieldstatusinstead.
- enableDetails boolean
- Default to false. Set it totruecan output more details about resource attributes.
- ids string[]
- A list of Config Rule IDs.
- nameRegex string
- A regex string to filter results by rule name.
- outputFile string
- File name where to save data source results (after running pulumi preview).
- riskLevel number
- The risk level of Config Rule. Valid values: 1: Critical ,2: Warning ,3: Info.
- ruleName string
- The name of config rule.
- status string
- The status of the config rule, valid values: ACTIVE,DELETING,EVALUATINGandINACTIVE.
- config_rule_ strstate 
- Field config_rule_statehas been deprecated from provider version 1.124.1. New fieldstatusinstead.
- enable_details bool
- Default to false. Set it totruecan output more details about resource attributes.
- ids Sequence[str]
- A list of Config Rule IDs.
- name_regex str
- A regex string to filter results by rule name.
- output_file str
- File name where to save data source results (after running pulumi preview).
- risk_level int
- The risk level of Config Rule. Valid values: 1: Critical ,2: Warning ,3: Info.
- rule_name str
- The name of config rule.
- status str
- The status of the config rule, valid values: ACTIVE,DELETING,EVALUATINGandINACTIVE.
- configRule StringState 
- Field config_rule_statehas been deprecated from provider version 1.124.1. New fieldstatusinstead.
- enableDetails Boolean
- Default to false. Set it totruecan output more details about resource attributes.
- ids List<String>
- A list of Config Rule IDs.
- nameRegex String
- A regex string to filter results by rule name.
- outputFile String
- File name where to save data source results (after running pulumi preview).
- riskLevel Number
- The risk level of Config Rule. Valid values: 1: Critical ,2: Warning ,3: Info.
- ruleName String
- The name of config rule.
- status String
- The status of the config rule, valid values: ACTIVE,DELETING,EVALUATINGandINACTIVE.
getRules Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids List<string>
- A list of Config Rule IDs.
- Names List<string>
- A list of Config Rule names.
- Rules
List<Pulumi.Ali Cloud. Cfg. Outputs. Get Rules Rule> 
- A list of Config Rules. Each element contains the following attributes:
- ConfigRule stringState 
- The state of the Config Rule.
- EnableDetails bool
- NameRegex string
- OutputFile string
- RiskLevel int
- The risk level of the Config Rule.
- RuleName string
- The name of the Config Rule.
- Status string
- (Available since v1.124.1) The status of config rule.
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids []string
- A list of Config Rule IDs.
- Names []string
- A list of Config Rule names.
- Rules
[]GetRules Rule 
- A list of Config Rules. Each element contains the following attributes:
- ConfigRule stringState 
- The state of the Config Rule.
- EnableDetails bool
- NameRegex string
- OutputFile string
- RiskLevel int
- The risk level of the Config Rule.
- RuleName string
- The name of the Config Rule.
- Status string
- (Available since v1.124.1) The status of config rule.
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- A list of Config Rule IDs.
- names List<String>
- A list of Config Rule names.
- rules
List<GetRules Rule> 
- A list of Config Rules. Each element contains the following attributes:
- configRule StringState 
- The state of the Config Rule.
- enableDetails Boolean
- nameRegex String
- outputFile String
- riskLevel Integer
- The risk level of the Config Rule.
- ruleName String
- The name of the Config Rule.
- status String
- (Available since v1.124.1) The status of config rule.
- id string
- The provider-assigned unique ID for this managed resource.
- ids string[]
- A list of Config Rule IDs.
- names string[]
- A list of Config Rule names.
- rules
GetRules Rule[] 
- A list of Config Rules. Each element contains the following attributes:
- configRule stringState 
- The state of the Config Rule.
- enableDetails boolean
- nameRegex string
- outputFile string
- riskLevel number
- The risk level of the Config Rule.
- ruleName string
- The name of the Config Rule.
- status string
- (Available since v1.124.1) The status of config rule.
- id str
- The provider-assigned unique ID for this managed resource.
- ids Sequence[str]
- A list of Config Rule IDs.
- names Sequence[str]
- A list of Config Rule names.
- rules
Sequence[GetRules Rule] 
- A list of Config Rules. Each element contains the following attributes:
- config_rule_ strstate 
- The state of the Config Rule.
- enable_details bool
- name_regex str
- output_file str
- risk_level int
- The risk level of the Config Rule.
- rule_name str
- The name of the Config Rule.
- status str
- (Available since v1.124.1) The status of config rule.
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- A list of Config Rule IDs.
- names List<String>
- A list of Config Rule names.
- rules List<Property Map>
- A list of Config Rules. Each element contains the following attributes:
- configRule StringState 
- The state of the Config Rule.
- enableDetails Boolean
- nameRegex String
- outputFile String
- riskLevel Number
- The risk level of the Config Rule.
- ruleName String
- The name of the Config Rule.
- status String
- (Available since v1.124.1) The status of config rule.
Supporting Types
GetRulesRule  
- AccountId string
- The ID of the Alibaba Cloud account.
- CompliancePack stringId 
- The compliance package ID.
- Compliances
List<Pulumi.Ali Cloud. Cfg. Inputs. Get Rules Rule Compliance> 
- The information about the compliance evaluations based on the rule.
- ConfigRule stringArn 
- The ARN of the Config Rule.
- ConfigRule stringId 
- The ID of the Config Rule.
- ConfigRule stringState 
- Field config_rule_statehas been deprecated from provider version 1.124.1. New fieldstatusinstead.
- ConfigRule stringTrigger Types 
- (Available since v1.124.1) A list of trigger types of config rule.
- Description string
- The description of the Config Rule.
- EventSource string
- Event source of the Config Rule.
- ExcludeResource stringIds Scope 
- (Available since v1.124.1) The scope of exclude of resource ids.
- Id string
- The ID of the Config Rule.
- InputParameters Dictionary<string, string>
- The input parameters of the Config Rule.
- MaximumExecution stringFrequency 
- (Available since v1.124.1) The frequency of maximum execution.
- ModifiedTimestamp string
- the timestamp of the Config Rule modified.
- RegionIds stringScope 
- (Available since v1.124.1) The scope of region ids.
- ResourceGroup stringIds Scope 
- (Available since v1.124.1) The scope of resource group ids.
- ResourceTypes List<string>Scopes 
- (Available since v1.124.1) The scope of resource types.
- RiskLevel int
- The risk level of Config Rule. Valid values: 1: Critical ,2: Warning ,3: Info.
- RuleName string
- The name of config rule.
- ScopeCompliance List<string>Resource Types 
- The types of the resources to be evaluated against the rule.
- SourceDetail stringMessage Type 
- Rule trigger mechanism.
- SourceIdentifier string
- The identifier of the managed rule or the arn of the custom function.
- SourceMaximum stringExecution Frequency 
- Rule execution cycle.
- SourceOwner string
- The source owner of the Config Rule.
- Status string
- The status of the config rule, valid values: ACTIVE,DELETING,EVALUATINGandINACTIVE.
- TagKey stringScope 
- (Available since v1.124.1) The scope of tag key.
- TagValue stringScope 
- (Available since v1.124.1) The scope of tag value.
- AccountId string
- The ID of the Alibaba Cloud account.
- CompliancePack stringId 
- The compliance package ID.
- Compliances
[]GetRules Rule Compliance 
- The information about the compliance evaluations based on the rule.
- ConfigRule stringArn 
- The ARN of the Config Rule.
- ConfigRule stringId 
- The ID of the Config Rule.
- ConfigRule stringState 
- Field config_rule_statehas been deprecated from provider version 1.124.1. New fieldstatusinstead.
- ConfigRule stringTrigger Types 
- (Available since v1.124.1) A list of trigger types of config rule.
- Description string
- The description of the Config Rule.
- EventSource string
- Event source of the Config Rule.
- ExcludeResource stringIds Scope 
- (Available since v1.124.1) The scope of exclude of resource ids.
- Id string
- The ID of the Config Rule.
- InputParameters map[string]string
- The input parameters of the Config Rule.
- MaximumExecution stringFrequency 
- (Available since v1.124.1) The frequency of maximum execution.
- ModifiedTimestamp string
- the timestamp of the Config Rule modified.
- RegionIds stringScope 
- (Available since v1.124.1) The scope of region ids.
- ResourceGroup stringIds Scope 
- (Available since v1.124.1) The scope of resource group ids.
- ResourceTypes []stringScopes 
- (Available since v1.124.1) The scope of resource types.
- RiskLevel int
- The risk level of Config Rule. Valid values: 1: Critical ,2: Warning ,3: Info.
- RuleName string
- The name of config rule.
- ScopeCompliance []stringResource Types 
- The types of the resources to be evaluated against the rule.
- SourceDetail stringMessage Type 
- Rule trigger mechanism.
- SourceIdentifier string
- The identifier of the managed rule or the arn of the custom function.
- SourceMaximum stringExecution Frequency 
- Rule execution cycle.
- SourceOwner string
- The source owner of the Config Rule.
- Status string
- The status of the config rule, valid values: ACTIVE,DELETING,EVALUATINGandINACTIVE.
- TagKey stringScope 
- (Available since v1.124.1) The scope of tag key.
- TagValue stringScope 
- (Available since v1.124.1) The scope of tag value.
- accountId String
- The ID of the Alibaba Cloud account.
- compliancePack StringId 
- The compliance package ID.
- compliances
List<GetRules Rule Compliance> 
- The information about the compliance evaluations based on the rule.
- configRule StringArn 
- The ARN of the Config Rule.
- configRule StringId 
- The ID of the Config Rule.
- configRule StringState 
- Field config_rule_statehas been deprecated from provider version 1.124.1. New fieldstatusinstead.
- configRule StringTrigger Types 
- (Available since v1.124.1) A list of trigger types of config rule.
- description String
- The description of the Config Rule.
- eventSource String
- Event source of the Config Rule.
- excludeResource StringIds Scope 
- (Available since v1.124.1) The scope of exclude of resource ids.
- id String
- The ID of the Config Rule.
- inputParameters Map<String,String>
- The input parameters of the Config Rule.
- maximumExecution StringFrequency 
- (Available since v1.124.1) The frequency of maximum execution.
- modifiedTimestamp String
- the timestamp of the Config Rule modified.
- regionIds StringScope 
- (Available since v1.124.1) The scope of region ids.
- resourceGroup StringIds Scope 
- (Available since v1.124.1) The scope of resource group ids.
- resourceTypes List<String>Scopes 
- (Available since v1.124.1) The scope of resource types.
- riskLevel Integer
- The risk level of Config Rule. Valid values: 1: Critical ,2: Warning ,3: Info.
- ruleName String
- The name of config rule.
- scopeCompliance List<String>Resource Types 
- The types of the resources to be evaluated against the rule.
- sourceDetail StringMessage Type 
- Rule trigger mechanism.
- sourceIdentifier String
- The identifier of the managed rule or the arn of the custom function.
- sourceMaximum StringExecution Frequency 
- Rule execution cycle.
- sourceOwner String
- The source owner of the Config Rule.
- status String
- The status of the config rule, valid values: ACTIVE,DELETING,EVALUATINGandINACTIVE.
- tagKey StringScope 
- (Available since v1.124.1) The scope of tag key.
- tagValue StringScope 
- (Available since v1.124.1) The scope of tag value.
- accountId string
- The ID of the Alibaba Cloud account.
- compliancePack stringId 
- The compliance package ID.
- compliances
GetRules Rule Compliance[] 
- The information about the compliance evaluations based on the rule.
- configRule stringArn 
- The ARN of the Config Rule.
- configRule stringId 
- The ID of the Config Rule.
- configRule stringState 
- Field config_rule_statehas been deprecated from provider version 1.124.1. New fieldstatusinstead.
- configRule stringTrigger Types 
- (Available since v1.124.1) A list of trigger types of config rule.
- description string
- The description of the Config Rule.
- eventSource string
- Event source of the Config Rule.
- excludeResource stringIds Scope 
- (Available since v1.124.1) The scope of exclude of resource ids.
- id string
- The ID of the Config Rule.
- inputParameters {[key: string]: string}
- The input parameters of the Config Rule.
- maximumExecution stringFrequency 
- (Available since v1.124.1) The frequency of maximum execution.
- modifiedTimestamp string
- the timestamp of the Config Rule modified.
- regionIds stringScope 
- (Available since v1.124.1) The scope of region ids.
- resourceGroup stringIds Scope 
- (Available since v1.124.1) The scope of resource group ids.
- resourceTypes string[]Scopes 
- (Available since v1.124.1) The scope of resource types.
- riskLevel number
- The risk level of Config Rule. Valid values: 1: Critical ,2: Warning ,3: Info.
- ruleName string
- The name of config rule.
- scopeCompliance string[]Resource Types 
- The types of the resources to be evaluated against the rule.
- sourceDetail stringMessage Type 
- Rule trigger mechanism.
- sourceIdentifier string
- The identifier of the managed rule or the arn of the custom function.
- sourceMaximum stringExecution Frequency 
- Rule execution cycle.
- sourceOwner string
- The source owner of the Config Rule.
- status string
- The status of the config rule, valid values: ACTIVE,DELETING,EVALUATINGandINACTIVE.
- tagKey stringScope 
- (Available since v1.124.1) The scope of tag key.
- tagValue stringScope 
- (Available since v1.124.1) The scope of tag value.
- account_id str
- The ID of the Alibaba Cloud account.
- compliance_pack_ strid 
- The compliance package ID.
- compliances
Sequence[GetRules Rule Compliance] 
- The information about the compliance evaluations based on the rule.
- config_rule_ strarn 
- The ARN of the Config Rule.
- config_rule_ strid 
- The ID of the Config Rule.
- config_rule_ strstate 
- Field config_rule_statehas been deprecated from provider version 1.124.1. New fieldstatusinstead.
- config_rule_ strtrigger_ types 
- (Available since v1.124.1) A list of trigger types of config rule.
- description str
- The description of the Config Rule.
- event_source str
- Event source of the Config Rule.
- exclude_resource_ strids_ scope 
- (Available since v1.124.1) The scope of exclude of resource ids.
- id str
- The ID of the Config Rule.
- input_parameters Mapping[str, str]
- The input parameters of the Config Rule.
- maximum_execution_ strfrequency 
- (Available since v1.124.1) The frequency of maximum execution.
- modified_timestamp str
- the timestamp of the Config Rule modified.
- region_ids_ strscope 
- (Available since v1.124.1) The scope of region ids.
- resource_group_ strids_ scope 
- (Available since v1.124.1) The scope of resource group ids.
- resource_types_ Sequence[str]scopes 
- (Available since v1.124.1) The scope of resource types.
- risk_level int
- The risk level of Config Rule. Valid values: 1: Critical ,2: Warning ,3: Info.
- rule_name str
- The name of config rule.
- scope_compliance_ Sequence[str]resource_ types 
- The types of the resources to be evaluated against the rule.
- source_detail_ strmessage_ type 
- Rule trigger mechanism.
- source_identifier str
- The identifier of the managed rule or the arn of the custom function.
- source_maximum_ strexecution_ frequency 
- Rule execution cycle.
- source_owner str
- The source owner of the Config Rule.
- status str
- The status of the config rule, valid values: ACTIVE,DELETING,EVALUATINGandINACTIVE.
- tag_key_ strscope 
- (Available since v1.124.1) The scope of tag key.
- tag_value_ strscope 
- (Available since v1.124.1) The scope of tag value.
- accountId String
- The ID of the Alibaba Cloud account.
- compliancePack StringId 
- The compliance package ID.
- compliances List<Property Map>
- The information about the compliance evaluations based on the rule.
- configRule StringArn 
- The ARN of the Config Rule.
- configRule StringId 
- The ID of the Config Rule.
- configRule StringState 
- Field config_rule_statehas been deprecated from provider version 1.124.1. New fieldstatusinstead.
- configRule StringTrigger Types 
- (Available since v1.124.1) A list of trigger types of config rule.
- description String
- The description of the Config Rule.
- eventSource String
- Event source of the Config Rule.
- excludeResource StringIds Scope 
- (Available since v1.124.1) The scope of exclude of resource ids.
- id String
- The ID of the Config Rule.
- inputParameters Map<String>
- The input parameters of the Config Rule.
- maximumExecution StringFrequency 
- (Available since v1.124.1) The frequency of maximum execution.
- modifiedTimestamp String
- the timestamp of the Config Rule modified.
- regionIds StringScope 
- (Available since v1.124.1) The scope of region ids.
- resourceGroup StringIds Scope 
- (Available since v1.124.1) The scope of resource group ids.
- resourceTypes List<String>Scopes 
- (Available since v1.124.1) The scope of resource types.
- riskLevel Number
- The risk level of Config Rule. Valid values: 1: Critical ,2: Warning ,3: Info.
- ruleName String
- The name of config rule.
- scopeCompliance List<String>Resource Types 
- The types of the resources to be evaluated against the rule.
- sourceDetail StringMessage Type 
- Rule trigger mechanism.
- sourceIdentifier String
- The identifier of the managed rule or the arn of the custom function.
- sourceMaximum StringExecution Frequency 
- Rule execution cycle.
- sourceOwner String
- The source owner of the Config Rule.
- status String
- The status of the config rule, valid values: ACTIVE,DELETING,EVALUATINGandINACTIVE.
- tagKey StringScope 
- (Available since v1.124.1) The scope of tag key.
- tagValue StringScope 
- (Available since v1.124.1) The scope of tag value.
GetRulesRuleCompliance   
- ComplianceType string
- The compliance evaluation result of the target resources.
- Count int
- The number of resources with the specified compliance evaluation result.
- ComplianceType string
- The compliance evaluation result of the target resources.
- Count int
- The number of resources with the specified compliance evaluation result.
- complianceType String
- The compliance evaluation result of the target resources.
- count Integer
- The number of resources with the specified compliance evaluation result.
- complianceType string
- The compliance evaluation result of the target resources.
- count number
- The number of resources with the specified compliance evaluation result.
- compliance_type str
- The compliance evaluation result of the target resources.
- count int
- The number of resources with the specified compliance evaluation result.
- complianceType String
- The compliance evaluation result of the target resources.
- count Number
- The number of resources with the specified compliance evaluation result.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the alicloudTerraform Provider.