ApprovalPolicy

A governance approval policy that specifies which principals and governed actions require approval, and which assets the policy applies to.

Types

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

Properties

Link copied to clipboard

The list of governed actions that trigger the approval workflow.

Link copied to clipboard

The scoping configuration that determines who the approval policy applies to.

Link copied to clipboard

The list of group ARNs whose members can approve requests.

Link copied to clipboard

The list of asset types that the approval policy applies to.

Link copied to clipboard

The date and time that the approval policy was created.

Link copied to clipboard

A description of the approval policy.

Link copied to clipboard

The name of the approval policy.

Link copied to clipboard

The Amazon Resource Name (ARN) of the approval policy.

Link copied to clipboard

The unique identifier of the approval policy.

Link copied to clipboard

The date and time that the approval policy was last updated.

Functions

Link copied to clipboard
inline fun copy(block: ApprovalPolicy.Builder.() -> Unit = {}): ApprovalPolicy
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