Class StorageNotificationConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.storage_notification.StorageNotificationConfig.Jsii$Proxy
-
- All Implemented Interfaces:
StorageNotificationConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StorageNotificationConfig
@Stability(Stable) @Internal public static final class StorageNotificationConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StorageNotificationConfig
An implementation forStorageNotificationConfig
-
-
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_notification.StorageNotificationConfig
StorageNotificationConfig.Builder, StorageNotificationConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(StorageNotificationConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageNotificationConfig.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)StringgetBucket()The name of the bucket.ObjectgetConnection()ObjectgetCount()Map<String,String>getCustomAttributes()A set of key/value attribute pairs to attach to each Cloud Pub/Sub message published for this notification subscription.List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()List<String>getEventTypes()List of event type filters for this notification config.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_notification#id StorageNotification#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetObjectNamePrefix()Specifies a prefix path filter for this notification config.StringgetPayloadFormat()The desired content of the Payload.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetTopic()The Cloud Pub/Sub topic to which this subscription publishes.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(StorageNotificationConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theStorageNotificationConfig.Builder.
-
-
Method Detail
-
getBucket
public final String getBucket()
Description copied from interface:StorageNotificationConfigThe name of the bucket.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_notification#bucket StorageNotification#bucket}
- Specified by:
getBucketin interfaceStorageNotificationConfig
-
getPayloadFormat
public final String getPayloadFormat()
Description copied from interface:StorageNotificationConfigThe desired content of the Payload. One of "JSON_API_V1" or "NONE".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_notification#payload_format StorageNotification#payload_format}
- Specified by:
getPayloadFormatin interfaceStorageNotificationConfig
-
getTopic
public final String getTopic()
Description copied from interface:StorageNotificationConfigThe Cloud Pub/Sub topic to which this subscription publishes.Expects either the topic name, assumed to belong to the default GCP provider project, or the project-level name, i.e. projects/my-gcp-project/topics/my-topic or my-topic. If the project is not set in the provider, you will need to use the project-level name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_notification#topic StorageNotification#topic}
- Specified by:
getTopicin interfaceStorageNotificationConfig
-
getCustomAttributes
public final Map<String,String> getCustomAttributes()
Description copied from interface:StorageNotificationConfigA set of key/value attribute pairs to attach to each Cloud Pub/Sub message published for this notification subscription.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_notification#custom_attributes StorageNotification#custom_attributes}
- Specified by:
getCustomAttributesin interfaceStorageNotificationConfig
-
getEventTypes
public final List<String> getEventTypes()
Description copied from interface:StorageNotificationConfigList of event type filters for this notification config.If not specified, Cloud Storage will send notifications for all event types. The valid types are: "OBJECT_FINALIZE", "OBJECT_METADATA_UPDATE", "OBJECT_DELETE", "OBJECT_ARCHIVE" Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_notification#event_types StorageNotification#event_types}
- Specified by:
getEventTypesin interfaceStorageNotificationConfig
-
getId
public final String getId()
Description copied from interface:StorageNotificationConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_notification#id StorageNotification#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceStorageNotificationConfig
-
getObjectNamePrefix
public final String getObjectNamePrefix()
Description copied from interface:StorageNotificationConfigSpecifies a prefix path filter for this notification config.Cloud Storage will only send notifications for objects in this bucket whose names begin with the specified prefix. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_notification#object_name_prefix StorageNotification#object_name_prefix}
- Specified by:
getObjectNamePrefixin interfaceStorageNotificationConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-