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