Class LambdaFunctionUrlCors.Jsii$Proxy

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(LambdaFunctionUrlCors.Builder builder)
      Constructor that initializes the object based on literal property values passed by the LambdaFunctionUrlCors.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)  
      Object getAllowCredentials()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lambda_function_url#allow_credentials LambdaFunctionUrl#allow_credentials}.
      List<String> getAllowHeaders()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lambda_function_url#allow_headers LambdaFunctionUrl#allow_headers}.
      List<String> getAllowMethods()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lambda_function_url#allow_methods LambdaFunctionUrl#allow_methods}.
      List<String> getAllowOrigins()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lambda_function_url#allow_origins LambdaFunctionUrl#allow_origins}.
      List<String> getExposeHeaders()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lambda_function_url#expose_headers LambdaFunctionUrl#expose_headers}.
      Number getMaxAge()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lambda_function_url#max_age LambdaFunctionUrl#max_age}.
      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

      • getAllowCredentials

        public final Object getAllowCredentials()
        Description copied from interface: LambdaFunctionUrlCors
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lambda_function_url#allow_credentials LambdaFunctionUrl#allow_credentials}.
        Specified by:
        getAllowCredentials in interface LambdaFunctionUrlCors
      • getAllowHeaders

        public final List<String> getAllowHeaders()
        Description copied from interface: LambdaFunctionUrlCors
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lambda_function_url#allow_headers LambdaFunctionUrl#allow_headers}.
        Specified by:
        getAllowHeaders in interface LambdaFunctionUrlCors
      • getAllowMethods

        public final List<String> getAllowMethods()
        Description copied from interface: LambdaFunctionUrlCors
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lambda_function_url#allow_methods LambdaFunctionUrl#allow_methods}.
        Specified by:
        getAllowMethods in interface LambdaFunctionUrlCors
      • getAllowOrigins

        public final List<String> getAllowOrigins()
        Description copied from interface: LambdaFunctionUrlCors
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lambda_function_url#allow_origins LambdaFunctionUrl#allow_origins}.
        Specified by:
        getAllowOrigins in interface LambdaFunctionUrlCors
      • getExposeHeaders

        public final List<String> getExposeHeaders()
        Description copied from interface: LambdaFunctionUrlCors
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lambda_function_url#expose_headers LambdaFunctionUrl#expose_headers}.
        Specified by:
        getExposeHeaders in interface LambdaFunctionUrlCors
      • getMaxAge

        public final Number getMaxAge()
        Description copied from interface: LambdaFunctionUrlCors
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lambda_function_url#max_age LambdaFunctionUrl#max_age}.
        Specified by:
        getMaxAge in interface LambdaFunctionUrlCors
      • $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