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