1. Packages
  2. Ibm Provider
  3. API Docs
  4. getLogsRuleGroups
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getLogsRuleGroups

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Provides a read-only data source to retrieve information about logs_rule_groups. 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 logsRuleGroupsInstance = ibm.getLogsRuleGroups({
        instanceId: ibm_logs_rule_group.logs_rule_group_instance.instance_id,
        region: ibm_logs_rule_group.logs_rule_group_instance.region,
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    logs_rule_groups_instance = ibm.get_logs_rule_groups(instance_id=ibm_logs_rule_group["logs_rule_group_instance"]["instance_id"],
        region=ibm_logs_rule_group["logs_rule_group_instance"]["region"])
    
    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.GetLogsRuleGroups(ctx, &ibm.GetLogsRuleGroupsArgs{
    			InstanceId: ibm_logs_rule_group.Logs_rule_group_instance.Instance_id,
    			Region:     pulumi.StringRef(ibm_logs_rule_group.Logs_rule_group_instance.Region),
    		}, 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 logsRuleGroupsInstance = Ibm.GetLogsRuleGroups.Invoke(new()
        {
            InstanceId = ibm_logs_rule_group.Logs_rule_group_instance.Instance_id,
            Region = ibm_logs_rule_group.Logs_rule_group_instance.Region,
        });
    
    });
    
    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.GetLogsRuleGroupsArgs;
    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 logsRuleGroupsInstance = IbmFunctions.getLogsRuleGroups(GetLogsRuleGroupsArgs.builder()
                .instanceId(ibm_logs_rule_group.logs_rule_group_instance().instance_id())
                .region(ibm_logs_rule_group.logs_rule_group_instance().region())
                .build());
    
        }
    }
    
    variables:
      logsRuleGroupsInstance:
        fn::invoke:
          function: ibm:getLogsRuleGroups
          arguments:
            instanceId: ${ibm_logs_rule_group.logs_rule_group_instance.instance_id}
            region: ${ibm_logs_rule_group.logs_rule_group_instance.region}
    

    Using getLogsRuleGroups

    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 getLogsRuleGroups(args: GetLogsRuleGroupsArgs, opts?: InvokeOptions): Promise<GetLogsRuleGroupsResult>
    function getLogsRuleGroupsOutput(args: GetLogsRuleGroupsOutputArgs, opts?: InvokeOptions): Output<GetLogsRuleGroupsResult>
    def get_logs_rule_groups(endpoint_type: Optional[str] = None,
                             id: Optional[str] = None,
                             instance_id: Optional[str] = None,
                             region: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetLogsRuleGroupsResult
    def get_logs_rule_groups_output(endpoint_type: Optional[pulumi.Input[str]] = None,
                             id: Optional[pulumi.Input[str]] = None,
                             instance_id: Optional[pulumi.Input[str]] = None,
                             region: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetLogsRuleGroupsResult]
    func GetLogsRuleGroups(ctx *Context, args *GetLogsRuleGroupsArgs, opts ...InvokeOption) (*GetLogsRuleGroupsResult, error)
    func GetLogsRuleGroupsOutput(ctx *Context, args *GetLogsRuleGroupsOutputArgs, opts ...InvokeOption) GetLogsRuleGroupsResultOutput

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

    public static class GetLogsRuleGroups 
    {
        public static Task<GetLogsRuleGroupsResult> InvokeAsync(GetLogsRuleGroupsArgs args, InvokeOptions? opts = null)
        public static Output<GetLogsRuleGroupsResult> Invoke(GetLogsRuleGroupsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLogsRuleGroupsResult> getLogsRuleGroups(GetLogsRuleGroupsArgs args, InvokeOptions options)
    public static Output<GetLogsRuleGroupsResult> getLogsRuleGroups(GetLogsRuleGroupsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getLogsRuleGroups:getLogsRuleGroups
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InstanceId string
    Cloud Logs Instance GUID.
    EndpointType string
    Id string
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Region string
    Cloud Logs Instance Region.
    InstanceId string
    Cloud Logs Instance GUID.
    EndpointType string
    Id string
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Region string
    Cloud Logs Instance Region.
    instanceId String
    Cloud Logs Instance GUID.
    endpointType String
    id String
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    region String
    Cloud Logs Instance Region.
    instanceId string
    Cloud Logs Instance GUID.
    endpointType string
    id string
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    region string
    Cloud Logs Instance Region.
    instance_id str
    Cloud Logs Instance GUID.
    endpoint_type str
    id str
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    region str
    Cloud Logs Instance Region.
    instanceId String
    Cloud Logs Instance GUID.
    endpointType String
    id String
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    region String
    Cloud Logs Instance Region.

    getLogsRuleGroups Result

    The following output properties are available:

    Id string
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    InstanceId string
    Region string
    Rulegroups List<GetLogsRuleGroupsRulegroup>
    (List) The rule groups.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rulegroups:
    EndpointType string
    Id string
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    InstanceId string
    Region string
    Rulegroups []GetLogsRuleGroupsRulegroup
    (List) The rule groups.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rulegroups:
    EndpointType string
    id String
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    instanceId String
    region String
    rulegroups List<GetLogsRuleGroupsRulegroup>
    (List) The rule groups.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rulegroups:
    endpointType String
    id string
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    instanceId string
    region string
    rulegroups GetLogsRuleGroupsRulegroup[]
    (List) The rule groups.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rulegroups:
    endpointType string
    id str
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    instance_id str
    region str
    rulegroups Sequence[GetLogsRuleGroupsRulegroup]
    (List) The rule groups.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rulegroups:
    endpoint_type str
    id String
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    instanceId String
    region String
    rulegroups List<Property Map>
    (List) The rule groups.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rulegroups:
    endpointType String

    Supporting Types

    GetLogsRuleGroupsRulegroup

    Description string
    (String) Description of the rule.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9_\\-\\s]+$/.
    Enabled bool
    (Boolean) Whether or not to execute the rule.
    Id string
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Name string
    (String) Name of the rule.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Order double
    (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    RuleMatchers List<GetLogsRuleGroupsRulegroupRuleMatcher>
    (List) // Optional rule matchers which if matched will make the rule go through the rule group.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rule_matchers:
    RuleSubgroups List<GetLogsRuleGroupsRulegroupRuleSubgroup>
    (List) Rule subgroups. Will try to execute the first rule subgroup, and if not matched will try to match the next one in order.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for rule_subgroups:
    Description string
    (String) Description of the rule.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9_\\-\\s]+$/.
    Enabled bool
    (Boolean) Whether or not to execute the rule.
    Id string
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Name string
    (String) Name of the rule.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Order float64
    (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    RuleMatchers []GetLogsRuleGroupsRulegroupRuleMatcher
    (List) // Optional rule matchers which if matched will make the rule go through the rule group.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rule_matchers:
    RuleSubgroups []GetLogsRuleGroupsRulegroupRuleSubgroup
    (List) Rule subgroups. Will try to execute the first rule subgroup, and if not matched will try to match the next one in order.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for rule_subgroups:
    description String
    (String) Description of the rule.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9_\\-\\s]+$/.
    enabled Boolean
    (Boolean) Whether or not to execute the rule.
    id String
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    name String
    (String) Name of the rule.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    order Double
    (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    ruleMatchers List<GetLogsRuleGroupsRulegroupRuleMatcher>
    (List) // Optional rule matchers which if matched will make the rule go through the rule group.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rule_matchers:
    ruleSubgroups List<GetLogsRuleGroupsRulegroupRuleSubgroup>
    (List) Rule subgroups. Will try to execute the first rule subgroup, and if not matched will try to match the next one in order.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for rule_subgroups:
    description string
    (String) Description of the rule.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9_\\-\\s]+$/.
    enabled boolean
    (Boolean) Whether or not to execute the rule.
    id string
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    name string
    (String) Name of the rule.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    order number
    (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    ruleMatchers GetLogsRuleGroupsRulegroupRuleMatcher[]
    (List) // Optional rule matchers which if matched will make the rule go through the rule group.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rule_matchers:
    ruleSubgroups GetLogsRuleGroupsRulegroupRuleSubgroup[]
    (List) Rule subgroups. Will try to execute the first rule subgroup, and if not matched will try to match the next one in order.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for rule_subgroups:
    description str
    (String) Description of the rule.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9_\\-\\s]+$/.
    enabled bool
    (Boolean) Whether or not to execute the rule.
    id str
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    name str
    (String) Name of the rule.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    order float
    (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    rule_matchers Sequence[GetLogsRuleGroupsRulegroupRuleMatcher]
    (List) // Optional rule matchers which if matched will make the rule go through the rule group.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rule_matchers:
    rule_subgroups Sequence[GetLogsRuleGroupsRulegroupRuleSubgroup]
    (List) Rule subgroups. Will try to execute the first rule subgroup, and if not matched will try to match the next one in order.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for rule_subgroups:
    description String
    (String) Description of the rule.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9_\\-\\s]+$/.
    enabled Boolean
    (Boolean) Whether or not to execute the rule.
    id String
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    name String
    (String) Name of the rule.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    order Number
    (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    ruleMatchers List<Property Map>
    (List) // Optional rule matchers which if matched will make the rule go through the rule group.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rule_matchers:
    ruleSubgroups List<Property Map>
    (List) Rule subgroups. Will try to execute the first rule subgroup, and if not matched will try to match the next one in order.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for rule_subgroups:

    GetLogsRuleGroupsRulegroupRuleMatcher

    ApplicationNames List<GetLogsRuleGroupsRulegroupRuleMatcherApplicationName>
    (List) ApplicationName constraint. Nested schema for application_name:
    Severities List<GetLogsRuleGroupsRulegroupRuleMatcherSeverity>
    (List) Severity constraint. Nested schema for severity:
    SubsystemNames List<GetLogsRuleGroupsRulegroupRuleMatcherSubsystemName>
    (List) SubsystemName constraint. Nested schema for subsystem_name:
    ApplicationNames []GetLogsRuleGroupsRulegroupRuleMatcherApplicationName
    (List) ApplicationName constraint. Nested schema for application_name:
    Severities []GetLogsRuleGroupsRulegroupRuleMatcherSeverity
    (List) Severity constraint. Nested schema for severity:
    SubsystemNames []GetLogsRuleGroupsRulegroupRuleMatcherSubsystemName
    (List) SubsystemName constraint. Nested schema for subsystem_name:
    applicationNames List<GetLogsRuleGroupsRulegroupRuleMatcherApplicationName>
    (List) ApplicationName constraint. Nested schema for application_name:
    severities List<GetLogsRuleGroupsRulegroupRuleMatcherSeverity>
    (List) Severity constraint. Nested schema for severity:
    subsystemNames List<GetLogsRuleGroupsRulegroupRuleMatcherSubsystemName>
    (List) SubsystemName constraint. Nested schema for subsystem_name:
    applicationNames GetLogsRuleGroupsRulegroupRuleMatcherApplicationName[]
    (List) ApplicationName constraint. Nested schema for application_name:
    severities GetLogsRuleGroupsRulegroupRuleMatcherSeverity[]
    (List) Severity constraint. Nested schema for severity:
    subsystemNames GetLogsRuleGroupsRulegroupRuleMatcherSubsystemName[]
    (List) SubsystemName constraint. Nested schema for subsystem_name:
    application_names Sequence[GetLogsRuleGroupsRulegroupRuleMatcherApplicationName]
    (List) ApplicationName constraint. Nested schema for application_name:
    severities Sequence[GetLogsRuleGroupsRulegroupRuleMatcherSeverity]
    (List) Severity constraint. Nested schema for severity:
    subsystem_names Sequence[GetLogsRuleGroupsRulegroupRuleMatcherSubsystemName]
    (List) SubsystemName constraint. Nested schema for subsystem_name:
    applicationNames List<Property Map>
    (List) ApplicationName constraint. Nested schema for application_name:
    severities List<Property Map>
    (List) Severity constraint. Nested schema for severity:
    subsystemNames List<Property Map>
    (List) SubsystemName constraint. Nested schema for subsystem_name:

    GetLogsRuleGroupsRulegroupRuleMatcherApplicationName

    Value string
    (String) Only logs with this SubsystemName value will match.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Value string
    (String) Only logs with this SubsystemName value will match.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    value String
    (String) Only logs with this SubsystemName value will match.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    value string
    (String) Only logs with this SubsystemName value will match.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    value str
    (String) Only logs with this SubsystemName value will match.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    value String
    (String) Only logs with this SubsystemName value will match.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsRuleGroupsRulegroupRuleMatcherSeverity

    Value string
    (String) Only logs with this SubsystemName value will match.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Value string
    (String) Only logs with this SubsystemName value will match.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    value String
    (String) Only logs with this SubsystemName value will match.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    value string
    (String) Only logs with this SubsystemName value will match.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    value str
    (String) Only logs with this SubsystemName value will match.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    value String
    (String) Only logs with this SubsystemName value will match.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsRuleGroupsRulegroupRuleMatcherSubsystemName

    Value string
    (String) Only logs with this SubsystemName value will match.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Value string
    (String) Only logs with this SubsystemName value will match.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    value String
    (String) Only logs with this SubsystemName value will match.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    value string
    (String) Only logs with this SubsystemName value will match.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    value str
    (String) Only logs with this SubsystemName value will match.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    value String
    (String) Only logs with this SubsystemName value will match.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsRuleGroupsRulegroupRuleSubgroup

    Enabled bool
    (Boolean) Whether or not to execute the rule.
    Id string
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Order double
    (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    Rules List<GetLogsRuleGroupsRulegroupRuleSubgroupRule>
    (List) Rules to run on the log.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for rules:
    Enabled bool
    (Boolean) Whether or not to execute the rule.
    Id string
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Order float64
    (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    Rules []GetLogsRuleGroupsRulegroupRuleSubgroupRule
    (List) Rules to run on the log.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for rules:
    enabled Boolean
    (Boolean) Whether or not to execute the rule.
    id String
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    order Double
    (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    rules List<GetLogsRuleGroupsRulegroupRuleSubgroupRule>
    (List) Rules to run on the log.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for rules:
    enabled boolean
    (Boolean) Whether or not to execute the rule.
    id string
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    order number
    (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    rules GetLogsRuleGroupsRulegroupRuleSubgroupRule[]
    (List) Rules to run on the log.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for rules:
    enabled bool
    (Boolean) Whether or not to execute the rule.
    id str
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    order float
    (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    rules Sequence[GetLogsRuleGroupsRulegroupRuleSubgroupRule]
    (List) Rules to run on the log.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for rules:
    enabled Boolean
    (Boolean) Whether or not to execute the rule.
    id String
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    order Number
    (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    rules List<Property Map>
    (List) Rules to run on the log.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for rules:

    GetLogsRuleGroupsRulegroupRuleSubgroupRule

    Description string
    (String) Description of the rule.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9_\\-\\s]+$/.
    Enabled bool
    (Boolean) Whether or not to execute the rule.
    Id string
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Name string
    (String) Name of the rule.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Order double
    (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    Parameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameter>
    (List) Parameters for a rule which specifies how it should run. Nested schema for parameters:
    SourceField string
    (String) A field on which value to execute the rule.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Description string
    (String) Description of the rule.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9_\\-\\s]+$/.
    Enabled bool
    (Boolean) Whether or not to execute the rule.
    Id string
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Name string
    (String) Name of the rule.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Order float64
    (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    Parameters []GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameter
    (List) Parameters for a rule which specifies how it should run. Nested schema for parameters:
    SourceField string
    (String) A field on which value to execute the rule.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    description String
    (String) Description of the rule.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9_\\-\\s]+$/.
    enabled Boolean
    (Boolean) Whether or not to execute the rule.
    id String
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    name String
    (String) Name of the rule.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    order Double
    (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    parameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameter>
    (List) Parameters for a rule which specifies how it should run. Nested schema for parameters:
    sourceField String
    (String) A field on which value to execute the rule.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    description string
    (String) Description of the rule.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9_\\-\\s]+$/.
    enabled boolean
    (Boolean) Whether or not to execute the rule.
    id string
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    name string
    (String) Name of the rule.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    order number
    (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    parameters GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameter[]
    (List) Parameters for a rule which specifies how it should run. Nested schema for parameters:
    sourceField string
    (String) A field on which value to execute the rule.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    description str
    (String) Description of the rule.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9_\\-\\s]+$/.
    enabled bool
    (Boolean) Whether or not to execute the rule.
    id str
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    name str
    (String) Name of the rule.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    order float
    (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    parameters Sequence[GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameter]
    (List) Parameters for a rule which specifies how it should run. Nested schema for parameters:
    source_field str
    (String) A field on which value to execute the rule.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    description String
    (String) Description of the rule.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9_\\-\\s]+$/.
    enabled Boolean
    (Boolean) Whether or not to execute the rule.
    id String
    (String) Unique identifier of the rule.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    name String
    (String) Name of the rule.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    order Number
    (Integer) The ordering of the rule subgroup. Lower order will run first. 0 is considered as no value.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    parameters List<Property Map>
    (List) Parameters for a rule which specifies how it should run. Nested schema for parameters:
    sourceField String
    (String) A field on which value to execute the rule.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameter

    AllowParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterAllowParameter>
    (List) Parameters for allow rule. Nested schema for allow_parameters:
    BlockParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterBlockParameter>
    (List) Parameters for block rule. Nested schema for block_parameters:
    ExtractParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterExtractParameter>
    (List) Parameters for text extraction rule. Nested schema for extract_parameters:
    ExtractTimestampParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterExtractTimestampParameter>
    (List) Parameters for extract timestamp rule. Nested schema for extract_timestamp_parameters:
    JsonExtractParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonExtractParameter>
    (List) Parameters for json extract rule. Nested schema for json_extract_parameters:
    JsonParseParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonParseParameter>
    (List) Parameters for json parse rule. Nested schema for json_parse_parameters:
    JsonStringifyParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonStringifyParameter>
    (List) Parameters for json stringify rule. Nested schema for json_stringify_parameters:
    ParseParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterParseParameter>
    (List) Parameters for parse rule. Nested schema for parse_parameters:
    RemoveFieldsParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterRemoveFieldsParameter>
    (List) Parameters for remove fields rule. Nested schema for remove_fields_parameters:
    ReplaceParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterReplaceParameter>
    (List) Parameters for replace rule. Nested schema for replace_parameters:
    AllowParameters []GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterAllowParameter
    (List) Parameters for allow rule. Nested schema for allow_parameters:
    BlockParameters []GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterBlockParameter
    (List) Parameters for block rule. Nested schema for block_parameters:
    ExtractParameters []GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterExtractParameter
    (List) Parameters for text extraction rule. Nested schema for extract_parameters:
    ExtractTimestampParameters []GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterExtractTimestampParameter
    (List) Parameters for extract timestamp rule. Nested schema for extract_timestamp_parameters:
    JsonExtractParameters []GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonExtractParameter
    (List) Parameters for json extract rule. Nested schema for json_extract_parameters:
    JsonParseParameters []GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonParseParameter
    (List) Parameters for json parse rule. Nested schema for json_parse_parameters:
    JsonStringifyParameters []GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonStringifyParameter
    (List) Parameters for json stringify rule. Nested schema for json_stringify_parameters:
    ParseParameters []GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterParseParameter
    (List) Parameters for parse rule. Nested schema for parse_parameters:
    RemoveFieldsParameters []GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterRemoveFieldsParameter
    (List) Parameters for remove fields rule. Nested schema for remove_fields_parameters:
    ReplaceParameters []GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterReplaceParameter
    (List) Parameters for replace rule. Nested schema for replace_parameters:
    allowParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterAllowParameter>
    (List) Parameters for allow rule. Nested schema for allow_parameters:
    blockParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterBlockParameter>
    (List) Parameters for block rule. Nested schema for block_parameters:
    extractParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterExtractParameter>
    (List) Parameters for text extraction rule. Nested schema for extract_parameters:
    extractTimestampParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterExtractTimestampParameter>
    (List) Parameters for extract timestamp rule. Nested schema for extract_timestamp_parameters:
    jsonExtractParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonExtractParameter>
    (List) Parameters for json extract rule. Nested schema for json_extract_parameters:
    jsonParseParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonParseParameter>
    (List) Parameters for json parse rule. Nested schema for json_parse_parameters:
    jsonStringifyParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonStringifyParameter>
    (List) Parameters for json stringify rule. Nested schema for json_stringify_parameters:
    parseParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterParseParameter>
    (List) Parameters for parse rule. Nested schema for parse_parameters:
    removeFieldsParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterRemoveFieldsParameter>
    (List) Parameters for remove fields rule. Nested schema for remove_fields_parameters:
    replaceParameters List<GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterReplaceParameter>
    (List) Parameters for replace rule. Nested schema for replace_parameters:
    allowParameters GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterAllowParameter[]
    (List) Parameters for allow rule. Nested schema for allow_parameters:
    blockParameters GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterBlockParameter[]
    (List) Parameters for block rule. Nested schema for block_parameters:
    extractParameters GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterExtractParameter[]
    (List) Parameters for text extraction rule. Nested schema for extract_parameters:
    extractTimestampParameters GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterExtractTimestampParameter[]
    (List) Parameters for extract timestamp rule. Nested schema for extract_timestamp_parameters:
    jsonExtractParameters GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonExtractParameter[]
    (List) Parameters for json extract rule. Nested schema for json_extract_parameters:
    jsonParseParameters GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonParseParameter[]
    (List) Parameters for json parse rule. Nested schema for json_parse_parameters:
    jsonStringifyParameters GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonStringifyParameter[]
    (List) Parameters for json stringify rule. Nested schema for json_stringify_parameters:
    parseParameters GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterParseParameter[]
    (List) Parameters for parse rule. Nested schema for parse_parameters:
    removeFieldsParameters GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterRemoveFieldsParameter[]
    (List) Parameters for remove fields rule. Nested schema for remove_fields_parameters:
    replaceParameters GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterReplaceParameter[]
    (List) Parameters for replace rule. Nested schema for replace_parameters:
    allow_parameters Sequence[GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterAllowParameter]
    (List) Parameters for allow rule. Nested schema for allow_parameters:
    block_parameters Sequence[GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterBlockParameter]
    (List) Parameters for block rule. Nested schema for block_parameters:
    extract_parameters Sequence[GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterExtractParameter]
    (List) Parameters for text extraction rule. Nested schema for extract_parameters:
    extract_timestamp_parameters Sequence[GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterExtractTimestampParameter]
    (List) Parameters for extract timestamp rule. Nested schema for extract_timestamp_parameters:
    json_extract_parameters Sequence[GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonExtractParameter]
    (List) Parameters for json extract rule. Nested schema for json_extract_parameters:
    json_parse_parameters Sequence[GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonParseParameter]
    (List) Parameters for json parse rule. Nested schema for json_parse_parameters:
    json_stringify_parameters Sequence[GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonStringifyParameter]
    (List) Parameters for json stringify rule. Nested schema for json_stringify_parameters:
    parse_parameters Sequence[GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterParseParameter]
    (List) Parameters for parse rule. Nested schema for parse_parameters:
    remove_fields_parameters Sequence[GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterRemoveFieldsParameter]
    (List) Parameters for remove fields rule. Nested schema for remove_fields_parameters:
    replace_parameters Sequence[GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterReplaceParameter]
    (List) Parameters for replace rule. Nested schema for replace_parameters:
    allowParameters List<Property Map>
    (List) Parameters for allow rule. Nested schema for allow_parameters:
    blockParameters List<Property Map>
    (List) Parameters for block rule. Nested schema for block_parameters:
    extractParameters List<Property Map>
    (List) Parameters for text extraction rule. Nested schema for extract_parameters:
    extractTimestampParameters List<Property Map>
    (List) Parameters for extract timestamp rule. Nested schema for extract_timestamp_parameters:
    jsonExtractParameters List<Property Map>
    (List) Parameters for json extract rule. Nested schema for json_extract_parameters:
    jsonParseParameters List<Property Map>
    (List) Parameters for json parse rule. Nested schema for json_parse_parameters:
    jsonStringifyParameters List<Property Map>
    (List) Parameters for json stringify rule. Nested schema for json_stringify_parameters:
    parseParameters List<Property Map>
    (List) Parameters for parse rule. Nested schema for parse_parameters:
    removeFieldsParameters List<Property Map>
    (List) Parameters for remove fields rule. Nested schema for remove_fields_parameters:
    replaceParameters List<Property Map>
    (List) Parameters for replace rule. Nested schema for replace_parameters:

    GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterAllowParameter

    KeepBlockedLogs bool
    (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
    Rule string
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    KeepBlockedLogs bool
    (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
    Rule string
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    keepBlockedLogs Boolean
    (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
    rule String
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    keepBlockedLogs boolean
    (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
    rule string
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    keep_blocked_logs bool
    (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
    rule str
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    keepBlockedLogs Boolean
    (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
    rule String
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterBlockParameter

    KeepBlockedLogs bool
    (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
    Rule string
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    KeepBlockedLogs bool
    (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
    Rule string
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    keepBlockedLogs Boolean
    (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
    rule String
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    keepBlockedLogs boolean
    (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
    rule string
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    keep_blocked_logs bool
    (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
    rule str
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    keepBlockedLogs Boolean
    (Boolean) If true matched logs will be kept, otherwise matched logs will be blocked.
    rule String
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterExtractParameter

    Rule string
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Rule string
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    rule String
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    rule string
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    rule str
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    rule String
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterExtractTimestampParameter

    Format string
    (String) What time format the the source field to extract from has.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Standard string
    (String) What time format to use on the extracted time.

    • Constraints: Allowable values are: strftime_or_unspecified, javasdf, golang, secondsts, millits, microts, nanots.
    Format string
    (String) What time format the the source field to extract from has.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Standard string
    (String) What time format to use on the extracted time.

    • Constraints: Allowable values are: strftime_or_unspecified, javasdf, golang, secondsts, millits, microts, nanots.
    format String
    (String) What time format the the source field to extract from has.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    standard String
    (String) What time format to use on the extracted time.

    • Constraints: Allowable values are: strftime_or_unspecified, javasdf, golang, secondsts, millits, microts, nanots.
    format string
    (String) What time format the the source field to extract from has.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    standard string
    (String) What time format to use on the extracted time.

    • Constraints: Allowable values are: strftime_or_unspecified, javasdf, golang, secondsts, millits, microts, nanots.
    format str
    (String) What time format the the source field to extract from has.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    standard str
    (String) What time format to use on the extracted time.

    • Constraints: Allowable values are: strftime_or_unspecified, javasdf, golang, secondsts, millits, microts, nanots.
    format String
    (String) What time format the the source field to extract from has.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    standard String
    (String) What time format to use on the extracted time.

    • Constraints: Allowable values are: strftime_or_unspecified, javasdf, golang, secondsts, millits, microts, nanots.

    GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonExtractParameter

    DestinationField string
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    DestinationField string
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    destinationField String
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    destinationField string
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    destination_field str
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    destinationField String
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonParseParameter

    DeleteSource bool
    (Boolean) Whether or not to delete the source field after running this rule.
    DestinationField string
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    OverrideDest bool
    (Boolean) Destination field in which to put the json stringified content.
    DeleteSource bool
    (Boolean) Whether or not to delete the source field after running this rule.
    DestinationField string
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    OverrideDest bool
    (Boolean) Destination field in which to put the json stringified content.
    deleteSource Boolean
    (Boolean) Whether or not to delete the source field after running this rule.
    destinationField String
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    overrideDest Boolean
    (Boolean) Destination field in which to put the json stringified content.
    deleteSource boolean
    (Boolean) Whether or not to delete the source field after running this rule.
    destinationField string
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    overrideDest boolean
    (Boolean) Destination field in which to put the json stringified content.
    delete_source bool
    (Boolean) Whether or not to delete the source field after running this rule.
    destination_field str
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    override_dest bool
    (Boolean) Destination field in which to put the json stringified content.
    deleteSource Boolean
    (Boolean) Whether or not to delete the source field after running this rule.
    destinationField String
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    overrideDest Boolean
    (Boolean) Destination field in which to put the json stringified content.

    GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterJsonStringifyParameter

    DeleteSource bool
    (Boolean) Whether or not to delete the source field after running this rule.
    DestinationField string
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    DeleteSource bool
    (Boolean) Whether or not to delete the source field after running this rule.
    DestinationField string
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    deleteSource Boolean
    (Boolean) Whether or not to delete the source field after running this rule.
    destinationField String
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    deleteSource boolean
    (Boolean) Whether or not to delete the source field after running this rule.
    destinationField string
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    delete_source bool
    (Boolean) Whether or not to delete the source field after running this rule.
    destination_field str
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    deleteSource Boolean
    (Boolean) Whether or not to delete the source field after running this rule.
    destinationField String
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterParseParameter

    DestinationField string
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Rule string
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    DestinationField string
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Rule string
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    destinationField String
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    rule String
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    destinationField string
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    rule string
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    destination_field str
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    rule str
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    destinationField String
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    rule String
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterRemoveFieldsParameter

    Fields List<string>
    (List) Json field paths to drop from the log.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Fields []string
    (List) Json field paths to drop from the log.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    fields List<String>
    (List) Json field paths to drop from the log.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    fields string[]
    (List) Json field paths to drop from the log.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    fields Sequence[str]
    (List) Json field paths to drop from the log.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    fields List<String>
    (List) Json field paths to drop from the log.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsRuleGroupsRulegroupRuleSubgroupRuleParameterReplaceParameter

    DestinationField string
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    ReplaceNewVal string
    (String) The value to replace the matched text with.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Rule string
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    DestinationField string
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    ReplaceNewVal string
    (String) The value to replace the matched text with.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Rule string
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    destinationField String
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    replaceNewVal String
    (String) The value to replace the matched text with.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    rule String
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    destinationField string
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    replaceNewVal string
    (String) The value to replace the matched text with.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    rule string
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    destination_field str
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    replace_new_val str
    (String) The value to replace the matched text with.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    rule str
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    destinationField String
    (String) In which field to put the modified text.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    replaceNewVal String
    (String) The value to replace the matched text with.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    rule String
    (String) Regex which will match parts in the text to replace.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    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.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud