Uses of Class
com.hashicorp.cdktf.providers.google.gke_hub_scope.GkeHubScope.Builder
-
Packages that use GkeHubScope.Builder Package Description com.hashicorp.cdktf.providers.google.gke_hub_scope google_gke_hub_scope -
-
Uses of GkeHubScope.Builder in com.hashicorp.cdktf.providers.google.gke_hub_scope
Methods in com.hashicorp.cdktf.providers.google.gke_hub_scope that return GkeHubScope.Builder Modifier and Type Method Description GkeHubScope.BuilderGkeHubScope.Builder. connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)GkeHubScope.BuilderGkeHubScope.Builder. connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)GkeHubScope.BuilderGkeHubScope.Builder. count(com.hashicorp.cdktf.TerraformCount count)GkeHubScope.BuilderGkeHubScope.Builder. count(Number count)static GkeHubScope.BuilderGkeHubScope.Builder. create(software.constructs.Construct scope, String id)GkeHubScope.BuilderGkeHubScope.Builder. dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)GkeHubScope.BuilderGkeHubScope.Builder. forEach(com.hashicorp.cdktf.ITerraformIterator forEach)GkeHubScope.BuilderGkeHubScope.Builder. id(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_scope#id GkeHubScope#id}.GkeHubScope.BuilderGkeHubScope.Builder. labels(Map<String,String> labels)Labels for this Scope.GkeHubScope.BuilderGkeHubScope.Builder. lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)GkeHubScope.BuilderGkeHubScope.Builder. namespaceLabels(Map<String,String> namespaceLabels)Scope-level cluster namespace labels.GkeHubScope.BuilderGkeHubScope.Builder. project(String project)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_scope#project GkeHubScope#project}.GkeHubScope.BuilderGkeHubScope.Builder. provider(com.hashicorp.cdktf.TerraformProvider provider)GkeHubScope.BuilderGkeHubScope.Builder. provisioners(List<? extends Object> provisioners)GkeHubScope.BuilderGkeHubScope.Builder. scopeId(String scopeId)The client-provided identifier of the scope.GkeHubScope.BuilderGkeHubScope.Builder. timeouts(GkeHubScopeTimeouts timeouts)timeouts block.
-