Interface LoggingProjectSinkBigqueryOptions

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

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

      • getUsePartitionedTables

        @Stability(Stable)
        @NotNull
        Object getUsePartitionedTables()
        Whether to use BigQuery's partition tables.

        By default, Logging creates dated tables based on the log entries' timestamps, e.g. syslog_20170523. With partitioned tables the date suffix is no longer present and special query syntax has to be used instead. In both cases, tables are sharded based on UTC timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_project_sink#use_partitioned_tables LoggingProjectSink#use_partitioned_tables}