Interface StorageBucketWebsite

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    StorageBucketWebsite.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.826Z")
    @Stability(Stable)
    public interface StorageBucketWebsite
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getMainPageSuffix

        @Stability(Stable)
        @Nullable
        default String getMainPageSuffix()
        Behaves as the bucket's directory index where missing objects are treated as potential directories.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket#main_page_suffix StorageBucket#main_page_suffix}

      • getNotFoundPage

        @Stability(Stable)
        @Nullable
        default String getNotFoundPage()
        The custom object to return when a requested resource is not found.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket#not_found_page StorageBucket#not_found_page}