Uses of Interface
com.hashicorp.cdktf.providers.aws.lambda_function_url.LambdaFunctionUrlConfig
-
Packages that use LambdaFunctionUrlConfig Package Description com.hashicorp.cdktf.providers.aws.lambda_function_url aws_lambda_function_url -
-
Uses of LambdaFunctionUrlConfig in com.hashicorp.cdktf.providers.aws.lambda_function_url
Classes in com.hashicorp.cdktf.providers.aws.lambda_function_url that implement LambdaFunctionUrlConfig Modifier and Type Class Description static classLambdaFunctionUrlConfig.Jsii$ProxyAn implementation forLambdaFunctionUrlConfigMethods in com.hashicorp.cdktf.providers.aws.lambda_function_url that return LambdaFunctionUrlConfig Modifier and Type Method Description LambdaFunctionUrlConfigLambdaFunctionUrlConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.lambda_function_url with parameters of type LambdaFunctionUrlConfig Constructor Description LambdaFunctionUrl(software.constructs.Construct scope, String id, LambdaFunctionUrlConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lambda_function_url aws_lambda_function_url} Resource.
-