Interface DataLossPreventionJobTriggerInspectJobActionsPubSub
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionJobTriggerInspectJobActionsPubSub.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.486Z") @Stability(Stable) public interface DataLossPreventionJobTriggerInspectJobActionsPubSub extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionJobTriggerInspectJobActionsPubSub.BuilderA builder forDataLossPreventionJobTriggerInspectJobActionsPubSubstatic classDataLossPreventionJobTriggerInspectJobActionsPubSub.Jsii$ProxyAn implementation forDataLossPreventionJobTriggerInspectJobActionsPubSub
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataLossPreventionJobTriggerInspectJobActionsPubSub.Builderbuilder()StringgetTopic()Cloud Pub/Sub topic to send notifications to.
-
-
-
Method Detail
-
getTopic
@Stability(Stable) @NotNull String getTopic()
Cloud Pub/Sub topic to send notifications to.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#topic DataLossPreventionJobTrigger#topic}
-
builder
@Stability(Stable) static DataLossPreventionJobTriggerInspectJobActionsPubSub.Builder builder()
-
-