Interface ResourceManagerLienConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ResourceManagerLienConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.539Z") @Stability(Stable) public interface ResourceManagerLienConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResourceManagerLienConfig.BuilderA builder forResourceManagerLienConfigstatic classResourceManagerLienConfig.Jsii$ProxyAn implementation forResourceManagerLienConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ResourceManagerLienConfig.Builderbuilder()default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/resource_manager_lien#id ResourceManagerLien#id}.StringgetOrigin()A stable, user-visible/meaningful string identifying the origin of the Lien, intended to be inspected programmatically.StringgetParent()A reference to the resource this Lien is attached to.StringgetReason()Concise user-visible strings indicating why an action cannot be performed on a resource.List<String>getRestrictions()The types of operations which should be blocked as a result of this Lien.default ResourceManagerLienTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getOrigin
@Stability(Stable) @NotNull String getOrigin()
A stable, user-visible/meaningful string identifying the origin of the Lien, intended to be inspected programmatically. Maximum length of 200 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/resource_manager_lien#origin ResourceManagerLien#origin}
-
getParent
@Stability(Stable) @NotNull String getParent()
A reference to the resource this Lien is attached to.The server will validate the parent against those for which Liens are supported. Since a variety of objects can have Liens against them, you must provide the type prefix (e.g. "projects/my-project-name"). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/resource_manager_lien#parent ResourceManagerLien#parent}
-
getReason
@Stability(Stable) @NotNull String getReason()
Concise user-visible strings indicating why an action cannot be performed on a resource. Maximum length of 200 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/resource_manager_lien#reason ResourceManagerLien#reason}
-
getRestrictions
@Stability(Stable) @NotNull List<String> getRestrictions()
The types of operations which should be blocked as a result of this Lien.Each value should correspond to an IAM permission. The server will validate the permissions against those for which Liens are supported. An empty list is meaningless and will be rejected. e.g. ['resourcemanager.projects.delete'] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/resource_manager_lien#restrictions ResourceManagerLien#restrictions}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/resource_manager_lien#id ResourceManagerLien#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 ResourceManagerLienTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/resource_manager_lien#timeouts ResourceManagerLien#timeouts}
-
builder
@Stability(Stable) static ResourceManagerLienConfig.Builder builder()
- Returns:
- a
ResourceManagerLienConfig.BuilderofResourceManagerLienConfig
-
-