AccountPolicy

A structure that contains information about one CloudWatch Logs account policy.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account ID that the policy applies to.

Link copied to clipboard

The date and time that this policy was most recently updated.

Link copied to clipboard

The policy document for this account policy.

Link copied to clipboard

The name of the account policy.

Link copied to clipboard

The type of policy for this account policy.

Link copied to clipboard
val scope: Scope?

The scope of the account policy.

Link copied to clipboard

The log group selection criteria for this subscription filter policy.

Functions

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