Interface LambdaFunctionUrlCors

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.610Z")
    @Stability(Stable)
    public interface LambdaFunctionUrlCors
    extends software.amazon.jsii.JsiiSerializable
    • Method Summary

      All Methods Static Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      static LambdaFunctionUrlCors.Builder builder()  
      default 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}.
      default 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}.
      default 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}.
      default 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}.
      default 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}.
      default 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}.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Method Detail

      • getAllowCredentials

        @Stability(Stable)
        @Nullable
        default 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}.
      • getAllowHeaders

        @Stability(Stable)
        @Nullable
        default 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}.
      • getAllowMethods

        @Stability(Stable)
        @Nullable
        default 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}.
      • getAllowOrigins

        @Stability(Stable)
        @Nullable
        default 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}.
      • getExposeHeaders

        @Stability(Stable)
        @Nullable
        default 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}.
      • getMaxAge

        @Stability(Stable)
        @Nullable
        default 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}.