Trigger

class Trigger : KotlinCustomResource

Create a new trigger in a particular project and location.

Properties

Link copied to clipboard
val createTime: Output<String>

The creation time.

Link copied to clipboard

Destination specifies where the events should be sent to.

Link copied to clipboard
val etag: Output<String>

This checksum is computed by the server based on the value of other fields, and may be sent only on create requests to ensure the client has an up-to-date value before proceeding.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Optional. User labels attached to the triggers that can be used to group resources.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard

Unordered list. The criteria by which events are filtered. Only events that match with this criteria will be sent to the destination.

Link copied to clipboard
val name: Output<String>

The resource name of the trigger. Must be unique within the location on the project and must in projects/{project}/locations/{location}/triggers/{trigger} format.

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

Optional. The IAM service account email associated with the trigger. The service account represents the identity of the trigger. The principal who calls this API must have iam.serviceAccounts.actAs permission in the service account. See https://cloud.google.com/iam/docs/understanding-service-accounts?hl=en#sa_common for more information. For Cloud Run destinations, this service account is used to generate identity tokens when invoking the service. See https://cloud.google.com/run/docs/triggering/pubsub-push#create-service-account for information on how to invoke authenticated Cloud Run services. In order to create Audit Log triggers, the service account should also have 'eventarc.events.receiveAuditLogV1Written' permission.

Link copied to clipboard

In order to deliver messages, Eventarc may use other Google Cloud products as transport intermediary. This field contains a reference to that transport intermediary. This information can be used for debugging purposes.

Link copied to clipboard
val triggerId: Output<String>

Required. The user-provided ID to be assigned to the trigger.

Link copied to clipboard
val updateTime: Output<String>

The last-modified time.

Link copied to clipboard
val urn: Output<String>