Class StorageTransferJobNotificationConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.storage_transfer_job.StorageTransferJobNotificationConfig.Jsii$Proxy
-
- All Implemented Interfaces:
StorageTransferJobNotificationConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StorageTransferJobNotificationConfig
@Stability(Stable) @Internal public static final class StorageTransferJobNotificationConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StorageTransferJobNotificationConfig
An implementation forStorageTransferJobNotificationConfig
-
-
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.storage_transfer_job.StorageTransferJobNotificationConfig
StorageTransferJobNotificationConfig.Builder, StorageTransferJobNotificationConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(StorageTransferJobNotificationConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageTransferJobNotificationConfig.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)List<String>getEventTypes()Event types for which a notification is desired.StringgetPayloadFormat()The desired format of the notification message payloads.StringgetPubsubTopic()The Topic.name of the Pub/Sub topic to which to publish notifications.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(StorageTransferJobNotificationConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theStorageTransferJobNotificationConfig.Builder.
-
-
Method Detail
-
getPayloadFormat
public final String getPayloadFormat()
Description copied from interface:StorageTransferJobNotificationConfigThe desired format of the notification message payloads. One of "NONE" or "JSON".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#payload_format StorageTransferJob#payload_format}
- Specified by:
getPayloadFormatin interfaceStorageTransferJobNotificationConfig
-
getPubsubTopic
public final String getPubsubTopic()
Description copied from interface:StorageTransferJobNotificationConfigThe Topic.name of the Pub/Sub topic to which to publish notifications.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#pubsub_topic StorageTransferJob#pubsub_topic}
- Specified by:
getPubsubTopicin interfaceStorageTransferJobNotificationConfig
-
getEventTypes
public final List<String> getEventTypes()
Description copied from interface:StorageTransferJobNotificationConfigEvent types for which a notification is desired.If empty, send notifications for all event types. The valid types are "TRANSFER_OPERATION_SUCCESS", "TRANSFER_OPERATION_FAILED", "TRANSFER_OPERATION_ABORTED". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#event_types StorageTransferJob#event_types}
- Specified by:
getEventTypesin interfaceStorageTransferJobNotificationConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-