Interface DataGoogleTagsTagValueConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DataGoogleTagsTagValueConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.258Z") @Stability(Stable) public interface DataGoogleTagsTagValueConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataGoogleTagsTagValueConfig.BuilderA builder forDataGoogleTagsTagValueConfigstatic classDataGoogleTagsTagValueConfig.Jsii$ProxyAn implementation forDataGoogleTagsTagValueConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataGoogleTagsTagValueConfig.Builderbuilder()StringgetParent()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/tags_tag_value#parent DataGoogleTagsTagValue#parent}.StringgetShortName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/tags_tag_value#short_name DataGoogleTagsTagValue#short_name}.
-
-
-
Method Detail
-
getParent
@Stability(Stable) @NotNull String getParent()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/tags_tag_value#parent DataGoogleTagsTagValue#parent}.
-
getShortName
@Stability(Stable) @NotNull String getShortName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/tags_tag_value#short_name DataGoogleTagsTagValue#short_name}.
-
builder
@Stability(Stable) static DataGoogleTagsTagValueConfig.Builder builder()
-
-