PolicyGeneration

Contains details about the policy generation status and properties.

Types

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

Properties

Link copied to clipboard

A timestamp of when the policy generation was completed.

Link copied to clipboard

The JobId that is returned by the StartPolicyGeneration operation. The JobId can be used with GetGeneratedPolicy to retrieve the generated policies or used with CancelPolicyGeneration to cancel the policy generation request.

Link copied to clipboard

The ARN of the IAM entity (user or role) for which you are generating a policy.

Link copied to clipboard

A timestamp of when the policy generation started.

Link copied to clipboard

The status of the policy generation request.

Functions

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