Folder Notification Config Args
data class FolderNotificationConfigArgs(val configId: Output<String>? = null, val description: Output<String>? = null, val folderId: Output<String>? = null, val name: Output<String>? = null, val pubsubTopic: Output<String>? = null, val streamingConfig: Output<StreamingConfigArgs>? = null) : ConvertibleToJava<FolderNotificationConfigArgs>
Creates a notification config. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun FolderNotificationConfigArgs(configId: Output<String>? = null, description: Output<String>? = null, folderId: Output<String>? = null, name: Output<String>? = null, pubsubTopic: Output<String>? = null, streamingConfig: Output<StreamingConfigArgs>? = null)
Functions
Properties
Link copied to clipboard
The relative resource name of this notification config. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/notificationConfigs/notify_public_bucket", "folders/{folder_id}/notificationConfigs/notify_public_bucket", or "projects/{project_id}/notificationConfigs/notify_public_bucket".