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