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
    • 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}