Interface ComputeRouterNatLogConfig

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

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

      • getEnable

        @Stability(Stable)
        @NotNull
        Object getEnable()
        Indicates whether or not to export logs.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_nat#enable ComputeRouterNat#enable}

      • getFilter

        @Stability(Stable)
        @NotNull
        String getFilter()
        Specifies the desired filtering of logs on this NAT. Possible values: ["ERRORS_ONLY", "TRANSLATIONS_ONLY", "ALL"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_nat#filter ComputeRouterNat#filter}