Class PubsubSubscriptionPushConfigOidcToken.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getServiceAccountEmail

        public final String getServiceAccountEmail()
        Description copied from interface: PubsubSubscriptionPushConfigOidcToken
        Service account email to be used for generating the OIDC token.

        The caller (for subscriptions.create, subscriptions.patch, and subscriptions.modifyPushConfig RPCs) must have the iam.serviceAccounts.actAs permission for the service account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/pubsub_subscription#service_account_email PubsubSubscription#service_account_email}

        Specified by:
        getServiceAccountEmail in interface PubsubSubscriptionPushConfigOidcToken
      • getAudience

        public final String getAudience()
        Description copied from interface: PubsubSubscriptionPushConfigOidcToken
        Audience to be used when generating OIDC token.

        The audience claim identifies the recipients that the JWT is intended for. The audience value is a single case-sensitive string. Having multiple values (array) for the audience field is not supported. More info about the OIDC JWT token audience here: https://tools.ietf.org/html/rfc7519#section-4.1.3 Note: if not specified, the Push endpoint URL will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/pubsub_subscription#audience PubsubSubscription#audience}

        Specified by:
        getAudience in interface PubsubSubscriptionPushConfigOidcToken
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object