Interface TagsTagBindingConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
TagsTagBindingConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.900Z") @Stability(Stable) public interface TagsTagBindingConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTagsTagBindingConfig.BuilderA builder forTagsTagBindingConfigstatic classTagsTagBindingConfig.Jsii$ProxyAn implementation forTagsTagBindingConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static TagsTagBindingConfig.Builderbuilder()default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/tags_tag_binding#id TagsTagBinding#id}.StringgetParent()The full resource name of the resource the TagValue is bound to.StringgetTagValue()The TagValue of the TagBinding.default TagsTagBindingTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getParent
@Stability(Stable) @NotNull String getParent()
The full resource name of the resource the TagValue is bound to. E.g. //cloudresourcemanager.googleapis.com/projects/123.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/tags_tag_binding#parent TagsTagBinding#parent}
-
getTagValue
@Stability(Stable) @NotNull String getTagValue()
The TagValue of the TagBinding. Must be of the form tagValues/456.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/tags_tag_binding#tag_value TagsTagBinding#tag_value}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/tags_tag_binding#id TagsTagBinding#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getTimeouts
@Stability(Stable) @Nullable default TagsTagBindingTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/tags_tag_binding#timeouts TagsTagBinding#timeouts}
-
builder
@Stability(Stable) static TagsTagBindingConfig.Builder builder()
- Returns:
- a
TagsTagBindingConfig.BuilderofTagsTagBindingConfig
-
-