StorageNotification.Builder |
StorageNotification.Builder.bucket(String bucket) |
The name of the bucket.
|
StorageNotification.Builder |
StorageNotification.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
StorageNotification.Builder |
StorageNotification.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
StorageNotification.Builder |
StorageNotification.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
StorageNotification.Builder |
StorageNotification.Builder.count(Number count) |
|
static StorageNotification.Builder |
StorageNotification.Builder.create(software.constructs.Construct scope,
String id) |
|
StorageNotification.Builder |
StorageNotification.Builder.customAttributes(Map<String,String> customAttributes) |
A set of key/value attribute pairs to attach to each Cloud Pub/Sub message published for this notification subscription.
|
StorageNotification.Builder |
StorageNotification.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
StorageNotification.Builder |
StorageNotification.Builder.eventTypes(List<String> eventTypes) |
List of event type filters for this notification config.
|
StorageNotification.Builder |
StorageNotification.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
StorageNotification.Builder |
StorageNotification.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_notification#id StorageNotification#id}.
|
StorageNotification.Builder |
StorageNotification.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
StorageNotification.Builder |
StorageNotification.Builder.objectNamePrefix(String objectNamePrefix) |
Specifies a prefix path filter for this notification config.
|
StorageNotification.Builder |
StorageNotification.Builder.payloadFormat(String payloadFormat) |
The desired content of the Payload.
|
StorageNotification.Builder |
StorageNotification.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
StorageNotification.Builder |
StorageNotification.Builder.provisioners(List<? extends Object> provisioners) |
|
StorageNotification.Builder |
StorageNotification.Builder.topic(String topic) |
The Cloud Pub/Sub topic to which this subscription publishes.
|