EventParameters

[Event-based policies only] Specifies an event that activates an event-based policy.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The snapshot description that can trigger the policy. The description pattern is specified using a regular expression. The policy runs only if a snapshot with a description that matches the specified pattern is shared with your account.

Link copied to clipboard

The type of event. Currently, only snapshot sharing events are supported.

Link copied to clipboard

The IDs of the Amazon Web Services accounts that can trigger policy by sharing snapshots with your account. The policy only runs if one of the specified Amazon Web Services accounts shares a snapshot with your account.

Functions

Link copied to clipboard
inline fun copy(block: EventParameters.Builder.() -> Unit = {}): EventParameters
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String