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",
});
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:
getCbrRule Result
The following output properties are available:
- Contexts
List<Get
Cbr Rule Context> - (List) The contexts this rule applies to.
- Constraints: The maximum length is
1000
items. The minimum length is0
items. Nested schema for contexts:
- Constraints: The maximum length is
- Created
At string - (String) The time the resource was created.
- Created
By stringId - (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 is0
characters. The value must match regular expression/^[\x20-\xFE]*$/
.
- Constraints: The maximum length is
- Enforcement
Mode 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
.
- Constraints: The default value is
- Href string
- (String) The href link to the resource.
- Id string
- (String) The globally unique ID of the rule.
- Last
Modified stringAt - (String) The last time the resource was modified.
- Last
Modified stringBy Id - (String) IAM ID of the user or service which modified the resource.
- Operations
List<Get
Cbr Rule Operation> - (List) The operations this rule applies to. Nested schema for operations:
- Resources
List<Get
Cbr Rule Resource> - (List) The resources this rule apply to.
- Constraints: The maximum length is
1
item. The minimum length is1
item. Nested schema for resources:
- Constraints: The maximum length is
- Rule
Id string
- Contexts
[]Get
Cbr Rule Context - (List) The contexts this rule applies to.
- Constraints: The maximum length is
1000
items. The minimum length is0
items. Nested schema for contexts:
- Constraints: The maximum length is
- Created
At string - (String) The time the resource was created.
- Created
By stringId - (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 is0
characters. The value must match regular expression/^[\x20-\xFE]*$/
.
- Constraints: The maximum length is
- Enforcement
Mode 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
.
- Constraints: The default value is
- Href string
- (String) The href link to the resource.
- Id string
- (String) The globally unique ID of the rule.
- Last
Modified stringAt - (String) The last time the resource was modified.
- Last
Modified stringBy Id - (String) IAM ID of the user or service which modified the resource.
- Operations
[]Get
Cbr Rule Operation - (List) The operations this rule applies to. Nested schema for operations:
- Resources
[]Get
Cbr Rule Resource - (List) The resources this rule apply to.
- Constraints: The maximum length is
1
item. The minimum length is1
item. Nested schema for resources:
- Constraints: The maximum length is
- Rule
Id string
- contexts
List<Get
Cbr Rule Context> - (List) The contexts this rule applies to.
- Constraints: The maximum length is
1000
items. The minimum length is0
items. Nested schema for contexts:
- Constraints: The maximum length is
- created
At String - (String) The time the resource was created.
- created
By StringId - (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 is0
characters. The value must match regular expression/^[\x20-\xFE]*$/
.
- Constraints: The maximum length is
- enforcement
Mode 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
.
- Constraints: The default value is
- href String
- (String) The href link to the resource.
- id String
- (String) The globally unique ID of the rule.
- last
Modified StringAt - (String) The last time the resource was modified.
- last
Modified StringBy Id - (String) IAM ID of the user or service which modified the resource.
- operations
List<Get
Cbr Rule Operation> - (List) The operations this rule applies to. Nested schema for operations:
- resources
List<Get
Cbr Rule Resource> - (List) The resources this rule apply to.
- Constraints: The maximum length is
1
item. The minimum length is1
item. Nested schema for resources:
- Constraints: The maximum length is
- rule
Id String
- contexts
Get
Cbr Rule Context[] - (List) The contexts this rule applies to.
- Constraints: The maximum length is
1000
items. The minimum length is0
items. Nested schema for contexts:
- Constraints: The maximum length is
- created
At string - (String) The time the resource was created.
- created
By stringId - (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 is0
characters. The value must match regular expression/^[\x20-\xFE]*$/
.
- Constraints: The maximum length is
- enforcement
Mode 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
.
- Constraints: The default value is
- href string
- (String) The href link to the resource.
- id string
- (String) The globally unique ID of the rule.
- last
Modified stringAt - (String) The last time the resource was modified.
- last
Modified stringBy Id - (String) IAM ID of the user or service which modified the resource.
- operations
Get
Cbr Rule Operation[] - (List) The operations this rule applies to. Nested schema for operations:
- resources
Get
Cbr Rule Resource[] - (List) The resources this rule apply to.
- Constraints: The maximum length is
1
item. The minimum length is1
item. Nested schema for resources:
- Constraints: The maximum length is
- rule
Id string
- contexts
Sequence[Get
Cbr Rule Context] - (List) The contexts this rule applies to.
- Constraints: The maximum length is
1000
items. The minimum length is0
items. Nested schema for contexts:
- Constraints: The maximum length is
- created_
at str - (String) The time the resource was created.
- created_
by_ strid - (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 is0
characters. The value must match regular expression/^[\x20-\xFE]*$/
.
- Constraints: The maximum length is
- 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
.
- Constraints: The default value is
- href str
- (String) The href link to the resource.
- id str
- (String) The globally unique ID of the rule.
- last_
modified_ strat - (String) The last time the resource was modified.
- last_
modified_ strby_ id - (String) IAM ID of the user or service which modified the resource.
- operations
Sequence[Get
Cbr Rule Operation] - (List) The operations this rule applies to. Nested schema for operations:
- resources
Sequence[Get
Cbr Rule Resource] - (List) The resources this rule apply to.
- Constraints: The maximum length is
1
item. The minimum length is1
item. Nested schema for resources:
- Constraints: The maximum length is
- rule_
id str
- contexts List<Property Map>
- (List) The contexts this rule applies to.
- Constraints: The maximum length is
1000
items. The minimum length is0
items. Nested schema for contexts:
- Constraints: The maximum length is
- created
At String - (String) The time the resource was created.
- created
By StringId - (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 is0
characters. The value must match regular expression/^[\x20-\xFE]*$/
.
- Constraints: The maximum length is
- enforcement
Mode 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
.
- Constraints: The default value is
- href String
- (String) The href link to the resource.
- id String
- (String) The globally unique ID of the rule.
- last
Modified StringAt - (String) The last time the resource was modified.
- last
Modified StringBy Id - (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 is1
item. Nested schema for resources:
- Constraints: The maximum length is
- rule
Id String
Supporting Types
GetCbrRuleContext
- Attributes
List<Get
Cbr Rule Context Attribute> - (List) The resource attributes.
- Constraints: The minimum length is
1
item. Nested schema for attributes:
- Constraints: The minimum length is
- Attributes
[]Get
Cbr Rule Context Attribute - (List) The resource attributes.
- Constraints: The minimum length is
1
item. Nested schema for attributes:
- Constraints: The minimum length is
- attributes
List<Get
Cbr Rule Context Attribute> - (List) The resource attributes.
- Constraints: The minimum length is
1
item. Nested schema for attributes:
- Constraints: The minimum length is
- attributes
Get
Cbr Rule Context Attribute[] - (List) The resource attributes.
- Constraints: The minimum length is
1
item. Nested schema for attributes:
- Constraints: The minimum length is
- attributes
Sequence[Get
Cbr Rule Context Attribute] - (List) The resource attributes.
- Constraints: The minimum length is
1
item. Nested schema for attributes:
- Constraints: The minimum length is
- attributes List<Property Map>
- (List) The resource attributes.
- Constraints: The minimum length is
1
item. Nested schema for attributes:
- Constraints: The minimum length is
GetCbrRuleContextAttribute
- Name string
- (String) The tag attribute name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _.-]+$/
.
- Constraints: The maximum length is
- Value string
- (String) The tag attribute value.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _*?.-]+$/
.
- Constraints: The maximum length is
- Name string
- (String) The tag attribute name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _.-]+$/
.
- Constraints: The maximum length is
- Value string
- (String) The tag attribute value.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _*?.-]+$/
.
- Constraints: The maximum length is
- name String
- (String) The tag attribute name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _.-]+$/
.
- Constraints: The maximum length is
- value String
- (String) The tag attribute value.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _*?.-]+$/
.
- Constraints: The maximum length is
- name string
- (String) The tag attribute name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _.-]+$/
.
- Constraints: The maximum length is
- value string
- (String) The tag attribute value.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _*?.-]+$/
.
- Constraints: The maximum length is
- name str
- (String) The tag attribute name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _.-]+$/
.
- Constraints: The maximum length is
- value str
- (String) The tag attribute value.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _*?.-]+$/
.
- Constraints: The maximum length is
- name String
- (String) The tag attribute name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _.-]+$/
.
- Constraints: The maximum length is
- value String
- (String) The tag attribute value.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _*?.-]+$/
.
- Constraints: The maximum length is
GetCbrRuleOperation
- Api
Types List<GetCbr Rule Operation Api Type> - (List) The API types this rule applies to.
- Constraints: The maximum length is
100
items. The minimum length is1
item. Nested schema for api_types:
- Constraints: The maximum length is
- Api
Types []GetCbr Rule Operation Api Type - (List) The API types this rule applies to.
- Constraints: The maximum length is
100
items. The minimum length is1
item. Nested schema for api_types:
- Constraints: The maximum length is
- api
Types List<GetCbr Rule Operation Api Type> - (List) The API types this rule applies to.
- Constraints: The maximum length is
100
items. The minimum length is1
item. Nested schema for api_types:
- Constraints: The maximum length is
- api
Types GetCbr Rule Operation Api Type[] - (List) The API types this rule applies to.
- Constraints: The maximum length is
100
items. The minimum length is1
item. Nested schema for api_types:
- Constraints: The maximum length is
- api_
types Sequence[GetCbr Rule Operation Api Type] - (List) The API types this rule applies to.
- Constraints: The maximum length is
100
items. The minimum length is1
item. Nested schema for api_types:
- Constraints: The maximum length is
- api
Types List<Property Map> - (List) The API types this rule applies to.
- Constraints: The maximum length is
100
items. The minimum length is1
item. Nested schema for api_types:
- Constraints: The maximum length is
GetCbrRuleOperationApiType
- Api
Type stringId - (String)
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.\-:]+$/
.
- Constraints: The maximum length is
- Api
Type stringId - (String)
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.\-:]+$/
.
- Constraints: The maximum length is
- api
Type StringId - (String)
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.\-:]+$/
.
- Constraints: The maximum length is
- api
Type stringId - (String)
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.\-:]+$/
.
- Constraints: The maximum length is
- api_
type_ strid - (String)
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.\-:]+$/
.
- Constraints: The maximum length is
- api
Type StringId - (String)
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_.\-:]+$/
.
- Constraints: The maximum length is
GetCbrRuleResource
- Attributes
List<Get
Cbr Rule Resource Attribute> - (List) The resource attributes.
- Constraints: The minimum length is
1
item. Nested schema for attributes:
- Constraints: The minimum length is
- List<Get
Cbr Rule Resource Tag> - (List) The optional resource tags.
- Constraints: The maximum length is
10
items. The minimum length is1
item. Nested schema for tags:
- Constraints: The maximum length is
- Attributes
[]Get
Cbr Rule Resource Attribute - (List) The resource attributes.
- Constraints: The minimum length is
1
item. Nested schema for attributes:
- Constraints: The minimum length is
- []Get
Cbr Rule Resource Tag - (List) The optional resource tags.
- Constraints: The maximum length is
10
items. The minimum length is1
item. Nested schema for tags:
- Constraints: The maximum length is
- attributes
List<Get
Cbr Rule Resource Attribute> - (List) The resource attributes.
- Constraints: The minimum length is
1
item. Nested schema for attributes:
- Constraints: The minimum length is
- List<Get
Cbr Rule Resource Tag> - (List) The optional resource tags.
- Constraints: The maximum length is
10
items. The minimum length is1
item. Nested schema for tags:
- Constraints: The maximum length is
- attributes
Get
Cbr Rule Resource Attribute[] - (List) The resource attributes.
- Constraints: The minimum length is
1
item. Nested schema for attributes:
- Constraints: The minimum length is
- Get
Cbr Rule Resource Tag[] - (List) The optional resource tags.
- Constraints: The maximum length is
10
items. The minimum length is1
item. Nested schema for tags:
- Constraints: The maximum length is
- attributes
Sequence[Get
Cbr Rule Resource Attribute] - (List) The resource attributes.
- Constraints: The minimum length is
1
item. Nested schema for attributes:
- Constraints: The minimum length is
- Sequence[Get
Cbr Rule Resource Tag] - (List) The optional resource tags.
- Constraints: The maximum length is
10
items. The minimum length is1
item. Nested schema for tags:
- Constraints: The maximum length is
- attributes List<Property Map>
- (List) The resource attributes.
- Constraints: The minimum length is
1
item. Nested schema for attributes:
- Constraints: The minimum length is
- List<Property Map>
- (List) The optional resource tags.
- Constraints: The maximum length is
10
items. The minimum length is1
item. Nested schema for tags:
- Constraints: The maximum length is
GetCbrRuleResourceAttribute
- Name string
- (String) The tag attribute name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _.-]+$/
.
- Constraints: The maximum length is
- Operator string
- (String) The attribute operator.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- Value string
- (String) The tag attribute value.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _*?.-]+$/
.
- Constraints: The maximum length is
- Name string
- (String) The tag attribute name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _.-]+$/
.
- Constraints: The maximum length is
- Operator string
- (String) The attribute operator.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- Value string
- (String) The tag attribute value.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _*?.-]+$/
.
- Constraints: The maximum length is
- name String
- (String) The tag attribute name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _.-]+$/
.
- Constraints: The maximum length is
- operator String
- (String) The attribute operator.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- value String
- (String) The tag attribute value.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _*?.-]+$/
.
- Constraints: The maximum length is
- name string
- (String) The tag attribute name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _.-]+$/
.
- Constraints: The maximum length is
- operator string
- (String) The attribute operator.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- value string
- (String) The tag attribute value.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _*?.-]+$/
.
- Constraints: The maximum length is
- name str
- (String) The tag attribute name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _.-]+$/
.
- Constraints: The maximum length is
- operator str
- (String) The attribute operator.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- value str
- (String) The tag attribute value.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _*?.-]+$/
.
- Constraints: The maximum length is
- name String
- (String) The tag attribute name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _.-]+$/
.
- Constraints: The maximum length is
- operator String
- (String) The attribute operator.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- value String
- (String) The tag attribute value.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _*?.-]+$/
.
- Constraints: The maximum length is
GetCbrRuleResourceTag
- Name string
- (String) The tag attribute name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _.-]+$/
.
- Constraints: The maximum length is
- Operator string
- (String) The attribute operator.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- Value string
- (String) The tag attribute value.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _*?.-]+$/
.
- Constraints: The maximum length is
- Name string
- (String) The tag attribute name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _.-]+$/
.
- Constraints: The maximum length is
- Operator string
- (String) The attribute operator.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- Value string
- (String) The tag attribute value.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _*?.-]+$/
.
- Constraints: The maximum length is
- name String
- (String) The tag attribute name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _.-]+$/
.
- Constraints: The maximum length is
- operator String
- (String) The attribute operator.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- value String
- (String) The tag attribute value.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _*?.-]+$/
.
- Constraints: The maximum length is
- name string
- (String) The tag attribute name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _.-]+$/
.
- Constraints: The maximum length is
- operator string
- (String) The attribute operator.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- value string
- (String) The tag attribute value.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _*?.-]+$/
.
- Constraints: The maximum length is
- name str
- (String) The tag attribute name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _.-]+$/
.
- Constraints: The maximum length is
- operator str
- (String) The attribute operator.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- value str
- (String) The tag attribute value.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _*?.-]+$/
.
- Constraints: The maximum length is
- name String
- (String) The tag attribute name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _.-]+$/
.
- Constraints: The maximum length is
- operator String
- (String) The attribute operator.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- value String
- (String) The tag attribute value.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 _*?.-]+$/
.
- Constraints: The maximum length is
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.