Uses of Interface
com.hashicorp.cdktf.providers.aws.alb.AlbSubnetMapping
-
Packages that use AlbSubnetMapping Package Description com.hashicorp.cdktf.providers.aws.alb aws_alb -
-
Uses of AlbSubnetMapping in com.hashicorp.cdktf.providers.aws.alb
Classes in com.hashicorp.cdktf.providers.aws.alb that implement AlbSubnetMapping Modifier and Type Class Description static classAlbSubnetMapping.Jsii$ProxyAn implementation forAlbSubnetMappingMethods in com.hashicorp.cdktf.providers.aws.alb that return AlbSubnetMapping Modifier and Type Method Description AlbSubnetMappingAlbSubnetMapping.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.aws.alb with parameters of type AlbSubnetMapping Modifier and Type Method Description voidAlbSubnetMappingOutputReference. setInternalValue(AlbSubnetMapping value)Method parameters in com.hashicorp.cdktf.providers.aws.alb with type arguments of type AlbSubnetMapping Modifier and Type Method Description voidAlbSubnetMappingList. setInternalValue(List<AlbSubnetMapping> value)Alb.BuilderAlb.Builder. subnetMapping(List<? extends AlbSubnetMapping> subnetMapping)subnet_mapping block.AlbConfig.BuilderAlbConfig.Builder. subnetMapping(List<? extends AlbSubnetMapping> subnetMapping)Sets the value ofAlbConfig.getSubnetMapping()
-