Class LoggingOrganizationSinkBigqueryOptions.Jsii$Proxy

    • Method Detail

      • getUsePartitionedTables

        public final Object getUsePartitionedTables()
        Description copied from interface: LoggingOrganizationSinkBigqueryOptions
        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_organization_sink#use_partitioned_tables LoggingOrganizationSink#use_partitioned_tables}

        Specified by:
        getUsePartitionedTables in interface LoggingOrganizationSinkBigqueryOptions
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object