InstanceProfile

Contains information about an instance profile.

This data type is used as a response element in the following operations:

  • CreateInstanceProfile

  • GetInstanceProfile

  • ListInstanceProfiles

  • ListInstanceProfilesForRole

Types

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

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) specifying the instance profile. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.

Link copied to clipboard

The date when the instance profile was created.

Link copied to clipboard

The stable and unique string identifying the instance profile. For more information about IDs, see IAM identifiers in the IAM User Guide.

Link copied to clipboard

The name identifying the instance profile.

Link copied to clipboard

The path to the instance profile. For more information about paths, see IAM identifiers in the IAM User Guide.

Link copied to clipboard

The role associated with the instance profile.

Link copied to clipboard
val tags: List<Tag>?

A list of tags that are attached to the instance profile. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

Functions

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