AwsIamRoleDetails

Contains information about an IAM role, including all of the role's policies.

Types

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

Properties

Link copied to clipboard

The trust policy that grants permission to assume the role.

Link copied to clipboard

The list of the managed policies that are attached to the role.

Link copied to clipboard

Indicates when the role was created.

Link copied to clipboard

The list of instance profiles that contain this role.

Link copied to clipboard

The maximum session duration (in seconds) that you want to set for the specified role.

Link copied to clipboard
val path: String?

The path to the role.

Link copied to clipboard

Information about the policy used to set the permissions boundary for an IAM principal.

Link copied to clipboard

The stable and unique string identifying the role.

Link copied to clipboard

The friendly name that identifies the role.

Link copied to clipboard

The list of inline policies that are embedded in the role.

Functions

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