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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudbuildTriggerPubsubConfig.BuilderA builder forCloudbuildTriggerPubsubConfigstatic classCloudbuildTriggerPubsubConfig.Jsii$ProxyAn implementation forCloudbuildTriggerPubsubConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CloudbuildTriggerPubsubConfig.Builderbuilder()default StringgetServiceAccountEmail()Service account that will make the push request.StringgetTopic()The name of the topic from which this subscription is receiving messages.
-
-
-
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}
-
builder
@Stability(Stable) static CloudbuildTriggerPubsubConfig.Builder builder()
-
-