Interface ComputeInstanceTemplateServiceAccount
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeInstanceTemplateServiceAccount.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.571Z") @Stability(Stable) public interface ComputeInstanceTemplateServiceAccount extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInstanceTemplateServiceAccount.BuilderA builder forComputeInstanceTemplateServiceAccountstatic classComputeInstanceTemplateServiceAccount.Jsii$ProxyAn implementation forComputeInstanceTemplateServiceAccount
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeInstanceTemplateServiceAccount.Builderbuilder()default StringgetEmail()The service account e-mail address.List<String>getScopes()A list of service scopes.
-
-
-
Method Detail
-
getScopes
@Stability(Stable) @NotNull List<String> getScopes()
A list of service scopes.Both OAuth2 URLs and gcloud short names are supported. To allow full access to all Cloud APIs, use the cloud-platform scope. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#scopes ComputeInstanceTemplate#scopes}
-
getEmail
@Stability(Stable) @Nullable default String getEmail()
The service account e-mail address. If not given, the default Google Compute Engine service account is used.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#email ComputeInstanceTemplate#email}
-
builder
@Stability(Stable) static ComputeInstanceTemplateServiceAccount.Builder builder()
-
-