Class EventarcTriggerTransportPubsub.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.eventarc_trigger.EventarcTriggerTransportPubsub.Jsii$Proxy
-
- All Implemented Interfaces:
EventarcTriggerTransportPubsub,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EventarcTriggerTransportPubsub
@Stability(Stable) @Internal public static final class EventarcTriggerTransportPubsub.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EventarcTriggerTransportPubsub
An implementation forEventarcTriggerTransportPubsub
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.eventarc_trigger.EventarcTriggerTransportPubsub
EventarcTriggerTransportPubsub.Builder, EventarcTriggerTransportPubsub.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EventarcTriggerTransportPubsub.Builder builder)Constructor that initializes the object based on literal property values passed by theEventarcTriggerTransportPubsub.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetTopic()Optional.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(EventarcTriggerTransportPubsub.Builder builder)
Constructor that initializes the object based on literal property values passed by theEventarcTriggerTransportPubsub.Builder.
-
-
Method Detail
-
getTopic
public final String getTopic()
Description copied from interface:EventarcTriggerTransportPubsubOptional.The name of the Pub/Sub topic created and managed by Eventarc system as a transport for the event delivery. Format: `projects/{PROJECT_ID}/topics/{TOPIC_NAME}. You may set an existing topic for triggers of the type google.cloud.pubsub.topic.v1.messagePublished` only. The topic you provide here will not be deleted by Eventarc at trigger deletion. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#topic EventarcTrigger#topic}
- Specified by:
getTopicin interfaceEventarcTriggerTransportPubsub
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-