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