PolicyFilter

Contains information about a filter to refine policies returned in a query.

This data type is used as a response parameter for the ListPolicies operation.

Types

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

Properties

Link copied to clipboard

Filters the output to only template-linked policies that were instantiated from the specified policy template.

Link copied to clipboard

Filters the output to only policies of the specified type.

Link copied to clipboard

Filters the output to only policies that reference the specified principal.

Link copied to clipboard

Filters the output to only policies that reference the specified resource.

Functions

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