Interface StorageBucketLogging
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StorageBucketLogging.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.825Z") @Stability(Stable) public interface StorageBucketLogging extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageBucketLogging.BuilderA builder forStorageBucketLoggingstatic classStorageBucketLogging.Jsii$ProxyAn implementation forStorageBucketLogging
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static StorageBucketLogging.Builderbuilder()StringgetLogBucket()The bucket that will receive log objects.default StringgetLogObjectPrefix()The object prefix for log objects.
-
-
-
Method Detail
-
getLogBucket
@Stability(Stable) @NotNull String getLogBucket()
The bucket that will receive log objects.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket#log_bucket StorageBucket#log_bucket}
-
getLogObjectPrefix
@Stability(Stable) @Nullable default String getLogObjectPrefix()
The object prefix for log objects.If it's not provided, by default Google Cloud Storage sets this to this bucket's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket#log_object_prefix StorageBucket#log_object_prefix}
-
builder
@Stability(Stable) static StorageBucketLogging.Builder builder()
- Returns:
- a
StorageBucketLogging.BuilderofStorageBucketLogging
-
-