1. Packages
  2. Ibm Provider
  3. API Docs
  4. getCbrRule
ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud

ibm.getCbrRule

Explore with Pulumi AI

ibm logo
ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud

    Provides a read-only data source to retrieve information about a cbr_rule. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const cbrRule = ibm.getCbrRule({
        ruleId: "rule_id",
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    cbr_rule = ibm.get_cbr_rule(rule_id="rule_id")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ibm.LookupCbrRule(ctx, &ibm.LookupCbrRuleArgs{
    			RuleId: "rule_id",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ibm = Pulumi.Ibm;
    
    return await Deployment.RunAsync(() => 
    {
        var cbrRule = Ibm.GetCbrRule.Invoke(new()
        {
            RuleId = "rule_id",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ibm.IbmFunctions;
    import com.pulumi.ibm.inputs.GetCbrRuleArgs;
    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 cbrRule = IbmFunctions.getCbrRule(GetCbrRuleArgs.builder()
                .ruleId("rule_id")
                .build());
    
        }
    }
    
    variables:
      cbrRule:
        fn::invoke:
          function: ibm:getCbrRule
          arguments:
            ruleId: rule_id
    

    Using getCbrRule

    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 getCbrRule(args: GetCbrRuleArgs, opts?: InvokeOptions): Promise<GetCbrRuleResult>
    function getCbrRuleOutput(args: GetCbrRuleOutputArgs, opts?: InvokeOptions): Output<GetCbrRuleResult>
    def get_cbr_rule(id: Optional[str] = None,
                     rule_id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetCbrRuleResult
    def get_cbr_rule_output(id: Optional[pulumi.Input[str]] = None,
                     rule_id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetCbrRuleResult]
    func LookupCbrRule(ctx *Context, args *LookupCbrRuleArgs, opts ...InvokeOption) (*LookupCbrRuleResult, error)
    func LookupCbrRuleOutput(ctx *Context, args *LookupCbrRuleOutputArgs, opts ...InvokeOption) LookupCbrRuleResultOutput

    > Note: This function is named LookupCbrRule in the Go SDK.

    public static class GetCbrRule 
    {
        public static Task<GetCbrRuleResult> InvokeAsync(GetCbrRuleArgs args, InvokeOptions? opts = null)
        public static Output<GetCbrRuleResult> Invoke(GetCbrRuleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCbrRuleResult> getCbrRule(GetCbrRuleArgs args, InvokeOptions options)
    public static Output<GetCbrRuleResult> getCbrRule(GetCbrRuleArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getCbrRule:getCbrRule
      arguments:
        # arguments dictionary

    The following arguments are supported:

    RuleId string
    The ID of a rule.

    • Constraints: The maximum length is 32 characters. The minimum length is 32 characters. The value must match regular expression /^[a-fA-F0-9]{32}$/.
    Id string
    (String) The globally unique ID of the rule.
    RuleId string
    The ID of a rule.

    • Constraints: The maximum length is 32 characters. The minimum length is 32 characters. The value must match regular expression /^[a-fA-F0-9]{32}$/.
    Id string
    (String) The globally unique ID of the rule.
    ruleId String
    The ID of a rule.

    • Constraints: The maximum length is 32 characters. The minimum length is 32 characters. The value must match regular expression /^[a-fA-F0-9]{32}$/.
    id String
    (String) The globally unique ID of the rule.
    ruleId string
    The ID of a rule.

    • Constraints: The maximum length is 32 characters. The minimum length is 32 characters. The value must match regular expression /^[a-fA-F0-9]{32}$/.
    id string
    (String) The globally unique ID of the rule.
    rule_id str
    The ID of a rule.

    • Constraints: The maximum length is 32 characters. The minimum length is 32 characters. The value must match regular expression /^[a-fA-F0-9]{32}$/.
    id str
    (String) The globally unique ID of the rule.
    ruleId String
    The ID of a rule.

    • Constraints: The maximum length is 32 characters. The minimum length is 32 characters. The value must match regular expression /^[a-fA-F0-9]{32}$/.
    id String
    (String) The globally unique ID of the rule.

    getCbrRule Result

    The following output properties are available:

    Contexts List<GetCbrRuleContext>
    (List) The contexts this rule applies to.

    • Constraints: The maximum length is 1000 items. The minimum length is 0 items. Nested schema for contexts:
    CreatedAt string
    (String) The time the resource was created.
    CreatedById string
    (String) IAM ID of the user or service which created the resource.
    Crn string
    (String) The rule CRN.
    Description string
    (String) The description of the rule.

    • Constraints: The maximum length is 300 characters. The minimum length is 0 characters. The value must match regular expression /^[\x20-\xFE]*$/.
    EnforcementMode string
    (String) The rule enforcement mode: * enabled - The restrictions are enforced and reported. This is the default. * disabled - The restrictions are disabled. Nothing is enforced or reported. * report - The restrictions are evaluated and reported, but not enforced.

    • Constraints: The default value is enabled. Allowable values are: enabled, disabled, report.
    Href string
    (String) The href link to the resource.
    Id string
    (String) The globally unique ID of the rule.
    LastModifiedAt string
    (String) The last time the resource was modified.
    LastModifiedById string
    (String) IAM ID of the user or service which modified the resource.
    Operations List<GetCbrRuleOperation>
    (List) The operations this rule applies to. Nested schema for operations:
    Resources List<GetCbrRuleResource>
    (List) The resources this rule apply to.

    • Constraints: The maximum length is 1 item. The minimum length is 1 item. Nested schema for resources:
    RuleId string
    Contexts []GetCbrRuleContext
    (List) The contexts this rule applies to.

    • Constraints: The maximum length is 1000 items. The minimum length is 0 items. Nested schema for contexts:
    CreatedAt string
    (String) The time the resource was created.
    CreatedById string
    (String) IAM ID of the user or service which created the resource.
    Crn string
    (String) The rule CRN.
    Description string
    (String) The description of the rule.

    • Constraints: The maximum length is 300 characters. The minimum length is 0 characters. The value must match regular expression /^[\x20-\xFE]*$/.
    EnforcementMode string
    (String) The rule enforcement mode: * enabled - The restrictions are enforced and reported. This is the default. * disabled - The restrictions are disabled. Nothing is enforced or reported. * report - The restrictions are evaluated and reported, but not enforced.

    • Constraints: The default value is enabled. Allowable values are: enabled, disabled, report.
    Href string
    (String) The href link to the resource.
    Id string
    (String) The globally unique ID of the rule.
    LastModifiedAt string
    (String) The last time the resource was modified.
    LastModifiedById string
    (String) IAM ID of the user or service which modified the resource.
    Operations []GetCbrRuleOperation
    (List) The operations this rule applies to. Nested schema for operations:
    Resources []GetCbrRuleResource
    (List) The resources this rule apply to.

    • Constraints: The maximum length is 1 item. The minimum length is 1 item. Nested schema for resources:
    RuleId string
    contexts List<GetCbrRuleContext>
    (List) The contexts this rule applies to.

    • Constraints: The maximum length is 1000 items. The minimum length is 0 items. Nested schema for contexts:
    createdAt String
    (String) The time the resource was created.
    createdById String
    (String) IAM ID of the user or service which created the resource.
    crn String
    (String) The rule CRN.
    description String
    (String) The description of the rule.

    • Constraints: The maximum length is 300 characters. The minimum length is 0 characters. The value must match regular expression /^[\x20-\xFE]*$/.
    enforcementMode String
    (String) The rule enforcement mode: * enabled - The restrictions are enforced and reported. This is the default. * disabled - The restrictions are disabled. Nothing is enforced or reported. * report - The restrictions are evaluated and reported, but not enforced.

    • Constraints: The default value is enabled. Allowable values are: enabled, disabled, report.
    href String
    (String) The href link to the resource.
    id String
    (String) The globally unique ID of the rule.
    lastModifiedAt String
    (String) The last time the resource was modified.
    lastModifiedById String
    (String) IAM ID of the user or service which modified the resource.
    operations List<GetCbrRuleOperation>
    (List) The operations this rule applies to. Nested schema for operations:
    resources List<GetCbrRuleResource>
    (List) The resources this rule apply to.

    • Constraints: The maximum length is 1 item. The minimum length is 1 item. Nested schema for resources:
    ruleId String
    contexts GetCbrRuleContext[]
    (List) The contexts this rule applies to.

    • Constraints: The maximum length is 1000 items. The minimum length is 0 items. Nested schema for contexts:
    createdAt string
    (String) The time the resource was created.
    createdById string
    (String) IAM ID of the user or service which created the resource.
    crn string
    (String) The rule CRN.
    description string
    (String) The description of the rule.

    • Constraints: The maximum length is 300 characters. The minimum length is 0 characters. The value must match regular expression /^[\x20-\xFE]*$/.
    enforcementMode string
    (String) The rule enforcement mode: * enabled - The restrictions are enforced and reported. This is the default. * disabled - The restrictions are disabled. Nothing is enforced or reported. * report - The restrictions are evaluated and reported, but not enforced.

    • Constraints: The default value is enabled. Allowable values are: enabled, disabled, report.
    href string
    (String) The href link to the resource.
    id string
    (String) The globally unique ID of the rule.
    lastModifiedAt string
    (String) The last time the resource was modified.
    lastModifiedById string
    (String) IAM ID of the user or service which modified the resource.
    operations GetCbrRuleOperation[]
    (List) The operations this rule applies to. Nested schema for operations:
    resources GetCbrRuleResource[]
    (List) The resources this rule apply to.

    • Constraints: The maximum length is 1 item. The minimum length is 1 item. Nested schema for resources:
    ruleId string
    contexts Sequence[GetCbrRuleContext]
    (List) The contexts this rule applies to.

    • Constraints: The maximum length is 1000 items. The minimum length is 0 items. Nested schema for contexts:
    created_at str
    (String) The time the resource was created.
    created_by_id str
    (String) IAM ID of the user or service which created the resource.
    crn str
    (String) The rule CRN.
    description str
    (String) The description of the rule.

    • Constraints: The maximum length is 300 characters. The minimum length is 0 characters. The value must match regular expression /^[\x20-\xFE]*$/.
    enforcement_mode str
    (String) The rule enforcement mode: * enabled - The restrictions are enforced and reported. This is the default. * disabled - The restrictions are disabled. Nothing is enforced or reported. * report - The restrictions are evaluated and reported, but not enforced.

    • Constraints: The default value is enabled. Allowable values are: enabled, disabled, report.
    href str
    (String) The href link to the resource.
    id str
    (String) The globally unique ID of the rule.
    last_modified_at str
    (String) The last time the resource was modified.
    last_modified_by_id str
    (String) IAM ID of the user or service which modified the resource.
    operations Sequence[GetCbrRuleOperation]
    (List) The operations this rule applies to. Nested schema for operations:
    resources Sequence[GetCbrRuleResource]
    (List) The resources this rule apply to.

    • Constraints: The maximum length is 1 item. The minimum length is 1 item. Nested schema for resources:
    rule_id str
    contexts List<Property Map>
    (List) The contexts this rule applies to.

    • Constraints: The maximum length is 1000 items. The minimum length is 0 items. Nested schema for contexts:
    createdAt String
    (String) The time the resource was created.
    createdById String
    (String) IAM ID of the user or service which created the resource.
    crn String
    (String) The rule CRN.
    description String
    (String) The description of the rule.

    • Constraints: The maximum length is 300 characters. The minimum length is 0 characters. The value must match regular expression /^[\x20-\xFE]*$/.
    enforcementMode String
    (String) The rule enforcement mode: * enabled - The restrictions are enforced and reported. This is the default. * disabled - The restrictions are disabled. Nothing is enforced or reported. * report - The restrictions are evaluated and reported, but not enforced.

    • Constraints: The default value is enabled. Allowable values are: enabled, disabled, report.
    href String
    (String) The href link to the resource.
    id String
    (String) The globally unique ID of the rule.
    lastModifiedAt String
    (String) The last time the resource was modified.
    lastModifiedById String
    (String) IAM ID of the user or service which modified the resource.
    operations List<Property Map>
    (List) The operations this rule applies to. Nested schema for operations:
    resources List<Property Map>
    (List) The resources this rule apply to.

    • Constraints: The maximum length is 1 item. The minimum length is 1 item. Nested schema for resources:
    ruleId String

    Supporting Types

    GetCbrRuleContext

    Attributes List<GetCbrRuleContextAttribute>
    (List) The resource attributes.

    • Constraints: The minimum length is 1 item. Nested schema for attributes:
    Attributes []GetCbrRuleContextAttribute
    (List) The resource attributes.

    • Constraints: The minimum length is 1 item. Nested schema for attributes:
    attributes List<GetCbrRuleContextAttribute>
    (List) The resource attributes.

    • Constraints: The minimum length is 1 item. Nested schema for attributes:
    attributes GetCbrRuleContextAttribute[]
    (List) The resource attributes.

    • Constraints: The minimum length is 1 item. Nested schema for attributes:
    attributes Sequence[GetCbrRuleContextAttribute]
    (List) The resource attributes.

    • Constraints: The minimum length is 1 item. Nested schema for attributes:
    attributes List<Property Map>
    (List) The resource attributes.

    • Constraints: The minimum length is 1 item. Nested schema for attributes:

    GetCbrRuleContextAttribute

    Name string
    (String) The tag attribute name.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _.-]+$/.
    Value string
    (String) The tag attribute value.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _*?.-]+$/.
    Name string
    (String) The tag attribute name.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _.-]+$/.
    Value string
    (String) The tag attribute value.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _*?.-]+$/.
    name String
    (String) The tag attribute name.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _.-]+$/.
    value String
    (String) The tag attribute value.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _*?.-]+$/.
    name string
    (String) The tag attribute name.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _.-]+$/.
    value string
    (String) The tag attribute value.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _*?.-]+$/.
    name str
    (String) The tag attribute name.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _.-]+$/.
    value str
    (String) The tag attribute value.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _*?.-]+$/.
    name String
    (String) The tag attribute name.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _.-]+$/.
    value String
    (String) The tag attribute value.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _*?.-]+$/.

    GetCbrRuleOperation

    ApiTypes List<GetCbrRuleOperationApiType>
    (List) The API types this rule applies to.

    • Constraints: The maximum length is 100 items. The minimum length is 1 item. Nested schema for api_types:
    ApiTypes []GetCbrRuleOperationApiType
    (List) The API types this rule applies to.

    • Constraints: The maximum length is 100 items. The minimum length is 1 item. Nested schema for api_types:
    apiTypes List<GetCbrRuleOperationApiType>
    (List) The API types this rule applies to.

    • Constraints: The maximum length is 100 items. The minimum length is 1 item. Nested schema for api_types:
    apiTypes GetCbrRuleOperationApiType[]
    (List) The API types this rule applies to.

    • Constraints: The maximum length is 100 items. The minimum length is 1 item. Nested schema for api_types:
    api_types Sequence[GetCbrRuleOperationApiType]
    (List) The API types this rule applies to.

    • Constraints: The maximum length is 100 items. The minimum length is 1 item. Nested schema for api_types:
    apiTypes List<Property Map>
    (List) The API types this rule applies to.

    • Constraints: The maximum length is 100 items. The minimum length is 1 item. Nested schema for api_types:

    GetCbrRuleOperationApiType

    ApiTypeId string
    (String)

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9_.\-:]+$/.
    ApiTypeId string
    (String)

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9_.\-:]+$/.
    apiTypeId String
    (String)

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9_.\-:]+$/.
    apiTypeId string
    (String)

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9_.\-:]+$/.
    api_type_id str
    (String)

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9_.\-:]+$/.
    apiTypeId String
    (String)

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9_.\-:]+$/.

    GetCbrRuleResource

    Attributes List<GetCbrRuleResourceAttribute>
    (List) The resource attributes.

    • Constraints: The minimum length is 1 item. Nested schema for attributes:
    Tags List<GetCbrRuleResourceTag>
    (List) The optional resource tags.

    • Constraints: The maximum length is 10 items. The minimum length is 1 item. Nested schema for tags:
    Attributes []GetCbrRuleResourceAttribute
    (List) The resource attributes.

    • Constraints: The minimum length is 1 item. Nested schema for attributes:
    Tags []GetCbrRuleResourceTag
    (List) The optional resource tags.

    • Constraints: The maximum length is 10 items. The minimum length is 1 item. Nested schema for tags:
    attributes List<GetCbrRuleResourceAttribute>
    (List) The resource attributes.

    • Constraints: The minimum length is 1 item. Nested schema for attributes:
    tags List<GetCbrRuleResourceTag>
    (List) The optional resource tags.

    • Constraints: The maximum length is 10 items. The minimum length is 1 item. Nested schema for tags:
    attributes GetCbrRuleResourceAttribute[]
    (List) The resource attributes.

    • Constraints: The minimum length is 1 item. Nested schema for attributes:
    tags GetCbrRuleResourceTag[]
    (List) The optional resource tags.

    • Constraints: The maximum length is 10 items. The minimum length is 1 item. Nested schema for tags:
    attributes Sequence[GetCbrRuleResourceAttribute]
    (List) The resource attributes.

    • Constraints: The minimum length is 1 item. Nested schema for attributes:
    tags Sequence[GetCbrRuleResourceTag]
    (List) The optional resource tags.

    • Constraints: The maximum length is 10 items. The minimum length is 1 item. Nested schema for tags:
    attributes List<Property Map>
    (List) The resource attributes.

    • Constraints: The minimum length is 1 item. Nested schema for attributes:
    tags List<Property Map>
    (List) The optional resource tags.

    • Constraints: The maximum length is 10 items. The minimum length is 1 item. Nested schema for tags:

    GetCbrRuleResourceAttribute

    Name string
    (String) The tag attribute name.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _.-]+$/.
    Operator string
    (String) The attribute operator.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9]+$/.
    Value string
    (String) The tag attribute value.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _*?.-]+$/.
    Name string
    (String) The tag attribute name.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _.-]+$/.
    Operator string
    (String) The attribute operator.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9]+$/.
    Value string
    (String) The tag attribute value.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _*?.-]+$/.
    name String
    (String) The tag attribute name.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _.-]+$/.
    operator String
    (String) The attribute operator.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9]+$/.
    value String
    (String) The tag attribute value.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _*?.-]+$/.
    name string
    (String) The tag attribute name.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _.-]+$/.
    operator string
    (String) The attribute operator.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9]+$/.
    value string
    (String) The tag attribute value.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _*?.-]+$/.
    name str
    (String) The tag attribute name.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _.-]+$/.
    operator str
    (String) The attribute operator.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9]+$/.
    value str
    (String) The tag attribute value.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _*?.-]+$/.
    name String
    (String) The tag attribute name.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _.-]+$/.
    operator String
    (String) The attribute operator.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9]+$/.
    value String
    (String) The tag attribute value.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _*?.-]+$/.

    GetCbrRuleResourceTag

    Name string
    (String) The tag attribute name.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _.-]+$/.
    Operator string
    (String) The attribute operator.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9]+$/.
    Value string
    (String) The tag attribute value.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _*?.-]+$/.
    Name string
    (String) The tag attribute name.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _.-]+$/.
    Operator string
    (String) The attribute operator.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9]+$/.
    Value string
    (String) The tag attribute value.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _*?.-]+$/.
    name String
    (String) The tag attribute name.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _.-]+$/.
    operator String
    (String) The attribute operator.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9]+$/.
    value String
    (String) The tag attribute value.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _*?.-]+$/.
    name string
    (String) The tag attribute name.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _.-]+$/.
    operator string
    (String) The attribute operator.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9]+$/.
    value string
    (String) The tag attribute value.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _*?.-]+$/.
    name str
    (String) The tag attribute name.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _.-]+$/.
    operator str
    (String) The attribute operator.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9]+$/.
    value str
    (String) The tag attribute value.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _*?.-]+$/.
    name String
    (String) The tag attribute name.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _.-]+$/.
    operator String
    (String) The attribute operator.

    • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9]+$/.
    value String
    (String) The tag attribute value.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 _*?.-]+$/.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud