ProfileDetail

The state of the profile after a read or write operation.

Types

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

Properties

Link copied to clipboard

The ISO-8601 timestamp when the profile was created.

Link copied to clipboard

The Amazon Web Services account that created the profile.

Link copied to clipboard

The number of seconds the vended session credentials are valid for.

Link copied to clipboard

Indicates whether the profile is enabled.

Link copied to clipboard

A list of managed policy ARNs that apply to the vended session credentials.

Link copied to clipboard
val name: String?

The name of the profile.

Link copied to clipboard

The ARN of the profile.

Link copied to clipboard

The unique identifier of the profile.

Link copied to clipboard

Specifies whether instance properties are required in temporary credential requests with this profile.

Link copied to clipboard

A list of IAM roles that this profile can assume in a temporary credential request.

Link copied to clipboard

A session policy that applies to the trust boundary of the vended session credentials.

Link copied to clipboard

The ISO-8601 timestamp when the profile was last updated.

Functions

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