CreateProfileRequest

Types

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

Properties

Link copied to clipboard

Used to determine if a custom role session name will be accepted in a temporary credential request.

Link copied to clipboard

Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the CreateSession API documentation page for more details. In requests, if this value is not provided, the default value will be 3600.

Link copied to clipboard

Specifies 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

The name 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
val tags: List<Tag>?

The tags to attach to the profile.

Functions

Link copied to clipboard
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