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

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",
});
Copy
import pulumi
import pulumi_ibm as ibm

cbr_rule = ibm.get_cbr_rule(rule_id="rule_id")
Copy
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
	})
}
Copy
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",
    });

});
Copy
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());

    }
}
Copy
variables:
  cbrRule:
    fn::invoke:
      function: ibm:getCbrRule
      arguments:
        ruleId: rule_id
Copy

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>
Copy
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]
Copy
func LookupCbrRule(ctx *Context, args *LookupCbrRuleArgs, opts ...InvokeOption) (*LookupCbrRuleResult, error)
func LookupCbrRuleOutput(ctx *Context, args *LookupCbrRuleOutputArgs, opts ...InvokeOption) LookupCbrRuleResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetCbrRuleResult> getCbrRule(GetCbrRuleArgs args, InvokeOptions options)
public static Output<GetCbrRuleResult> getCbrRule(GetCbrRuleArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: ibm:index/getCbrRule:getCbrRule
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

RuleId This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. List<GetCbrRuleContextAttribute>
(List) The resource attributes.

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

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

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

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

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

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

GetCbrRuleContextAttribute

Name This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. []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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. List<GetCbrRuleResourceAttribute>
(List) The resource attributes.

  • Constraints: The minimum length is 1 item. Nested schema for attributes:
Tags This property is required. 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 This property is required. []GetCbrRuleResourceAttribute
(List) The resource attributes.

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

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

  • Constraints: The minimum length is 1 item. Nested schema for attributes:
tags This property is required. 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 This property is required. GetCbrRuleResourceAttribute[]
(List) The resource attributes.

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

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

  • Constraints: The minimum length is 1 item. Nested schema for attributes:
tags This property is required. 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 This property is required. List<Property Map>
(List) The resource attributes.

  • Constraints: The minimum length is 1 item. Nested schema for attributes:
tags This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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.