Uses of Interface
com.hashicorp.cdktf.providers.aws.lb.LbSubnetMapping
-
Packages that use LbSubnetMapping Package Description com.hashicorp.cdktf.providers.aws.lb aws_lb -
-
Uses of LbSubnetMapping in com.hashicorp.cdktf.providers.aws.lb
Classes in com.hashicorp.cdktf.providers.aws.lb that implement LbSubnetMapping Modifier and Type Class Description static classLbSubnetMapping.Jsii$ProxyAn implementation forLbSubnetMappingMethods in com.hashicorp.cdktf.providers.aws.lb that return LbSubnetMapping Modifier and Type Method Description LbSubnetMappingLbSubnetMapping.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.aws.lb with parameters of type LbSubnetMapping Modifier and Type Method Description voidLbSubnetMappingOutputReference. setInternalValue(LbSubnetMapping value)Method parameters in com.hashicorp.cdktf.providers.aws.lb with type arguments of type LbSubnetMapping Modifier and Type Method Description voidLbSubnetMappingList. setInternalValue(List<LbSubnetMapping> value)Lb.BuilderLb.Builder. subnetMapping(List<? extends LbSubnetMapping> subnetMapping)subnet_mapping block.LbConfig.BuilderLbConfig.Builder. subnetMapping(List<? extends LbSubnetMapping> subnetMapping)Sets the value ofLbConfig.getSubnetMapping()
-