Interface LoggingFolderSinkBigqueryOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LoggingFolderSinkBigqueryOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.824Z") @Stability(Stable) public interface LoggingFolderSinkBigqueryOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLoggingFolderSinkBigqueryOptions.BuilderA builder forLoggingFolderSinkBigqueryOptionsstatic classLoggingFolderSinkBigqueryOptions.Jsii$ProxyAn implementation forLoggingFolderSinkBigqueryOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static LoggingFolderSinkBigqueryOptions.Builderbuilder()ObjectgetUsePartitionedTables()Whether to use BigQuery's partition tables.
-
-
-
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_folder_sink#use_partitioned_tables LoggingFolderSink#use_partitioned_tables}
-
builder
@Stability(Stable) static LoggingFolderSinkBigqueryOptions.Builder builder()
-
-