Interface WorkbenchInstanceGceSetupServiceAccounts
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
WorkbenchInstanceGceSetupServiceAccounts.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:23.054Z") @Stability(Stable) public interface WorkbenchInstanceGceSetupServiceAccounts extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWorkbenchInstanceGceSetupServiceAccounts.BuilderA builder forWorkbenchInstanceGceSetupServiceAccountsstatic classWorkbenchInstanceGceSetupServiceAccounts.Jsii$ProxyAn implementation forWorkbenchInstanceGceSetupServiceAccounts
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static WorkbenchInstanceGceSetupServiceAccounts.Builderbuilder()default StringgetEmail()Optional.
-
-
-
Method Detail
-
getEmail
@Stability(Stable) @Nullable default String getEmail()
Optional. Email address of the service account.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#email WorkbenchInstance#email}
-
builder
@Stability(Stable) static WorkbenchInstanceGceSetupServiceAccounts.Builder builder()
-
-