ResourcePolicy

A policy enabling one or more entities to put logs to a log group in this account.

Types

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

Properties

Link copied to clipboard

Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Link copied to clipboard

The details of the policy.

Link copied to clipboard

The name of the resource policy.

Link copied to clipboard

Specifies scope of the resource policy. Valid values are ACCOUNT or RESOURCE.

Link copied to clipboard

The ARN of the CloudWatch Logs resource to which the resource policy is attached. Only populated for resource-scoped policies.

Link copied to clipboard

The revision ID of the resource policy. Only populated for resource-scoped policies.

Functions

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