Interface NotebooksRuntimeIamMemberCondition
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NotebooksRuntimeIamMemberCondition.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.209Z") @Stability(Stable) public interface NotebooksRuntimeIamMemberCondition extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNotebooksRuntimeIamMemberCondition.BuilderA builder forNotebooksRuntimeIamMemberConditionstatic classNotebooksRuntimeIamMemberCondition.Jsii$ProxyAn implementation forNotebooksRuntimeIamMemberCondition
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NotebooksRuntimeIamMemberCondition.Builderbuilder()default StringgetDescription()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime_iam_member#description NotebooksRuntimeIamMember#description}.StringgetExpression()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime_iam_member#expression NotebooksRuntimeIamMember#expression}.StringgetTitle()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime_iam_member#title NotebooksRuntimeIamMember#title}.
-
-
-
Method Detail
-
getExpression
@Stability(Stable) @NotNull String getExpression()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime_iam_member#expression NotebooksRuntimeIamMember#expression}.
-
getTitle
@Stability(Stable) @NotNull String getTitle()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime_iam_member#title NotebooksRuntimeIamMember#title}.
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime_iam_member#description NotebooksRuntimeIamMember#description}.
-
builder
@Stability(Stable) static NotebooksRuntimeIamMemberCondition.Builder builder()
-
-