Class AlbAccessLogs.Jsii$Proxy

  • All Implemented Interfaces:
    AlbAccessLogs, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    AlbAccessLogs

    @Stability(Stable)
    @Internal
    public static final class AlbAccessLogs.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements AlbAccessLogs
    An implementation for AlbAccessLogs
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(AlbAccessLogs.Builder builder)
      Constructor that initializes the object based on literal property values passed by the AlbAccessLogs.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode $jsii$toJson()  
      boolean equals​(Object o)  
      String getBucket()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#bucket Alb#bucket}.
      Object getEnabled()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#enabled Alb#enabled}.
      String getPrefix()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#prefix Alb#prefix}.
      int hashCode()  
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
    • 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

      • getBucket

        public final String getBucket()
        Description copied from interface: AlbAccessLogs
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#bucket Alb#bucket}.
        Specified by:
        getBucket in interface AlbAccessLogs
      • getEnabled

        public final Object getEnabled()
        Description copied from interface: AlbAccessLogs
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#enabled Alb#enabled}.
        Specified by:
        getEnabled in interface AlbAccessLogs
      • getPrefix

        public final String getPrefix()
        Description copied from interface: AlbAccessLogs
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#prefix Alb#prefix}.
        Specified by:
        getPrefix in interface AlbAccessLogs
      • $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