Interface LoggingOrganizationSinkBigqueryOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LoggingOrganizationSinkBigqueryOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.857Z") @Stability(Stable) public interface LoggingOrganizationSinkBigqueryOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLoggingOrganizationSinkBigqueryOptions.BuilderA builder forLoggingOrganizationSinkBigqueryOptionsstatic classLoggingOrganizationSinkBigqueryOptions.Jsii$ProxyAn implementation forLoggingOrganizationSinkBigqueryOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static LoggingOrganizationSinkBigqueryOptions.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_organization_sink#use_partitioned_tables LoggingOrganizationSink#use_partitioned_tables}
-
builder
@Stability(Stable) static LoggingOrganizationSinkBigqueryOptions.Builder builder()
-
-