Interface LoggingBillingAccountSinkExclusions

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    LoggingBillingAccountSinkExclusions.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.806Z")
    @Stability(Stable)
    public interface LoggingBillingAccountSinkExclusions
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getFilter

        @Stability(Stable)
        @NotNull
        String getFilter()
        An advanced logs filter that matches the log entries to be excluded.

        By using the sample function, you can exclude less than 100% of the matching log entries Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_billing_account_sink#filter LoggingBillingAccountSink#filter}

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        A client-assigned identifier, such as "load-balancer-exclusion".

        Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. First character has to be alphanumeric. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_billing_account_sink#name LoggingBillingAccountSink#name}

      • getDescription

        @Stability(Stable)
        @Nullable
        default String getDescription()
        A description of this exclusion.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_billing_account_sink#description LoggingBillingAccountSink#description}

      • getDisabled

        @Stability(Stable)
        @Nullable
        default Object getDisabled()
        If set to True, then this exclusion is disabled and it does not exclude any log entries.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_billing_account_sink#disabled LoggingBillingAccountSink#disabled}