Interface CloudSchedulerJobHttpTargetOidcToken

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

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

      • getServiceAccountEmail

        @Stability(Stable)
        @NotNull
        String getServiceAccountEmail()
        Service account email to be used for generating OAuth token.

        The service account must be within the same project as the job. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#service_account_email CloudSchedulerJob#service_account_email}

      • getAudience

        @Stability(Stable)
        @Nullable
        default String getAudience()
        Audience to be used when generating OIDC token. If not specified, the URI specified in target will be used.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#audience CloudSchedulerJob#audience}