Builder

class Builder

Properties

Link copied to clipboard

The policies and statements that allowed the specified action.

Link copied to clipboard

The final authorization decision of this scenario. Multiple statements are taken into account when determining the authorization decision. An explicit deny statement can override multiple allow statements.

Link copied to clipboard

Authorization information.

Link copied to clipboard

The policies and statements that denied the specified action.

Link copied to clipboard

Contains any missing context values found while evaluating policy.

Functions

Link copied to clipboard
fun allowed(block: Allowed.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.iot.model.Allowed inside the given block

Link copied to clipboard
fun authInfo(block: AuthInfo.Builder.() -> Unit)
Link copied to clipboard
fun denied(block: Denied.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.iot.model.Denied inside the given block