Interface LoggingBillingAccountBucketConfigIndexConfigs
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LoggingBillingAccountBucketConfigIndexConfigs.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.801Z") @Stability(Stable) public interface LoggingBillingAccountBucketConfigIndexConfigs extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLoggingBillingAccountBucketConfigIndexConfigs.BuilderA builder forLoggingBillingAccountBucketConfigIndexConfigsstatic classLoggingBillingAccountBucketConfigIndexConfigs.Jsii$ProxyAn implementation forLoggingBillingAccountBucketConfigIndexConfigs
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static LoggingBillingAccountBucketConfigIndexConfigs.Builderbuilder()StringgetFieldPath()The LogEntry field path to index.StringgetType()The type of data in this index Note that some paths are automatically indexed, and other paths are not eligible for indexing.
-
-
-
Method Detail
-
getFieldPath
@Stability(Stable) @NotNull String getFieldPath()
The LogEntry field path to index.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_billing_account_bucket_config#field_path LoggingBillingAccountBucketConfig#field_path}
-
getType
@Stability(Stable) @NotNull String getType()
The type of data in this index Note that some paths are automatically indexed, and other paths are not eligible for indexing.See [indexing documentation](https://cloud.google.com/logging/docs/view/advanced-queries#indexed-fields) for details. For example: jsonPayload.request.status Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_billing_account_bucket_config#type LoggingBillingAccountBucketConfig#type}
-
builder
@Stability(Stable) static LoggingBillingAccountBucketConfigIndexConfigs.Builder builder()
-
-