Interface ComputeInstanceServiceAccount

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ComputeInstanceServiceAccount.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.478Z")
    @Stability(Stable)
    public interface ComputeInstanceServiceAccount
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getScopes

        @Stability(Stable)
        @NotNull
        List<String> getScopes()
        A list of service scopes.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#scopes ComputeInstance#scopes}

      • getEmail

        @Stability(Stable)
        @Nullable
        default String getEmail()
        The service account e-mail address.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance#email ComputeInstance#email}