Class LambdaFunctionUrlCors.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.lambda_function_url.LambdaFunctionUrlCors.Jsii$Proxy
-
- All Implemented Interfaces:
LambdaFunctionUrlCors,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LambdaFunctionUrlCors
@Stability(Stable) @Internal public static final class LambdaFunctionUrlCors.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaFunctionUrlCors
An implementation forLambdaFunctionUrlCors
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.lambda_function_url.LambdaFunctionUrlCors
LambdaFunctionUrlCors.Builder, LambdaFunctionUrlCors.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LambdaFunctionUrlCors.Builder builder)Constructor that initializes the object based on literal property values passed by theLambdaFunctionUrlCors.Builder.protectedJsii$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()booleanequals(Object o)ObjectgetAllowCredentials()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}.NumbergetMaxAge()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}.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(LambdaFunctionUrlCors.Builder builder)
Constructor that initializes the object based on literal property values passed by theLambdaFunctionUrlCors.Builder.
-
-
Method Detail
-
getAllowCredentials
public final Object getAllowCredentials()
Description copied from interface:LambdaFunctionUrlCorsDocs 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:
getAllowCredentialsin interfaceLambdaFunctionUrlCors
-
getAllowHeaders
public final List<String> getAllowHeaders()
Description copied from interface:LambdaFunctionUrlCorsDocs 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:
getAllowHeadersin interfaceLambdaFunctionUrlCors
-
getAllowMethods
public final List<String> getAllowMethods()
Description copied from interface:LambdaFunctionUrlCorsDocs 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:
getAllowMethodsin interfaceLambdaFunctionUrlCors
-
getAllowOrigins
public final List<String> getAllowOrigins()
Description copied from interface:LambdaFunctionUrlCorsDocs 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:
getAllowOriginsin interfaceLambdaFunctionUrlCors
-
getExposeHeaders
public final List<String> getExposeHeaders()
Description copied from interface:LambdaFunctionUrlCorsDocs 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:
getExposeHeadersin interfaceLambdaFunctionUrlCors
-
getMaxAge
public final Number getMaxAge()
Description copied from interface:LambdaFunctionUrlCorsDocs 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:
getMaxAgein interfaceLambdaFunctionUrlCors
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-