PolicyStatement

Individual policy statement within a resource-based policy

Types

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

Properties

Link copied to clipboard

Actions the statement controls

Link copied to clipboard

Condition block for the statement

Link copied to clipboard

Effect of the policy statement (Allow/Deny)

Link copied to clipboard

Principal the statement applies to

Link copied to clipboard

Resource the statement applies to

Functions

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