Uses of Class
com.hashicorp.cdktf.providers.google.tags_tag_value.TagsTagValue.Builder
-
Packages that use TagsTagValue.Builder Package Description com.hashicorp.cdktf.providers.google.tags_tag_value google_tags_tag_value -
-
Uses of TagsTagValue.Builder in com.hashicorp.cdktf.providers.google.tags_tag_value
Methods in com.hashicorp.cdktf.providers.google.tags_tag_value that return TagsTagValue.Builder Modifier and Type Method Description TagsTagValue.BuilderTagsTagValue.Builder. connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)TagsTagValue.BuilderTagsTagValue.Builder. connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)TagsTagValue.BuilderTagsTagValue.Builder. count(com.hashicorp.cdktf.TerraformCount count)TagsTagValue.BuilderTagsTagValue.Builder. count(Number count)static TagsTagValue.BuilderTagsTagValue.Builder. create(software.constructs.Construct scope, String id)TagsTagValue.BuilderTagsTagValue.Builder. dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)TagsTagValue.BuilderTagsTagValue.Builder. description(String description)User-assigned description of the TagValue.TagsTagValue.BuilderTagsTagValue.Builder. forEach(com.hashicorp.cdktf.ITerraformIterator forEach)TagsTagValue.BuilderTagsTagValue.Builder. id(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/tags_tag_value#id TagsTagValue#id}.TagsTagValue.BuilderTagsTagValue.Builder. lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)TagsTagValue.BuilderTagsTagValue.Builder. parent(String parent)Input only.TagsTagValue.BuilderTagsTagValue.Builder. provider(com.hashicorp.cdktf.TerraformProvider provider)TagsTagValue.BuilderTagsTagValue.Builder. provisioners(List<? extends Object> provisioners)TagsTagValue.BuilderTagsTagValue.Builder. shortName(String shortName)Input only.TagsTagValue.BuilderTagsTagValue.Builder. timeouts(TagsTagValueTimeouts timeouts)timeouts block.
-