Interface CloudbuildTriggerPubsubConfig

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

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

      • getTopic

        @Stability(Stable)
        @NotNull
        String getTopic()
        The name of the topic from which this subscription is receiving messages.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#topic CloudbuildTrigger#topic}

      • getServiceAccountEmail

        @Stability(Stable)
        @Nullable
        default String getServiceAccountEmail()
        Service account that will make the push request.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#service_account_email CloudbuildTrigger#service_account_email}