OrganizationNotificationConfig

class OrganizationNotificationConfig : KotlinCustomResource

Creates a notification config.

Properties

Link copied to clipboard
val configId: Output<String>

Required. Unique identifier provided by the client within the parent scope. It must be between 1 and 128 characters and contain alphanumeric characters, underscores, or hyphens only.

Link copied to clipboard
val description: Output<String>

The description of the notification config (max of 1024 characters).

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

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".

Link copied to clipboard
val organizationId: Output<String>
Link copied to clipboard
val pubsubTopic: Output<String>

The Pub/Sub topic to send notifications to. Its format is "projects/project_id/topics/topic".

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val serviceAccount: Output<String>

The service account that needs "pubsub.topics.publish" permission to publish to the Pub/Sub topic.

Link copied to clipboard

The config for triggering streaming-based notifications.

Link copied to clipboard
val urn: Output<String>