Class StorageBucketWebsite.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getMainPageSuffix

        public final String getMainPageSuffix()
        Description copied from interface: StorageBucketWebsite
        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}

        Specified by:
        getMainPageSuffix in interface StorageBucketWebsite
      • getNotFoundPage

        public final String getNotFoundPage()
        Description copied from interface: StorageBucketWebsite
        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}

        Specified by:
        getNotFoundPage in interface StorageBucketWebsite
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object