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
    • 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}