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