GetInstanceProfileResult

data class GetInstanceProfileResult(val arn: String, val createDate: String, val id: String, val name: String, val path: String, val roleArn: String, val roleId: String, val roleName: String)

A collection of values returned by getInstanceProfile.

Constructors

Link copied to clipboard
constructor(arn: String, createDate: String, id: String, name: String, path: String, roleArn: String, roleId: String, roleName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN.

Link copied to clipboard

String representation of the date the instance profile was created.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Path to the instance profile.

Link copied to clipboard

Role ARN associated with this instance profile.

Link copied to clipboard

Role ID associated with this instance profile.

Link copied to clipboard

Role name associated with this instance profile.