AttachedTo

An entity that a policy is attached to, identified by its ARN.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of the entity that the policy is attached to. The ARN format depends on the policy type:

Functions

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