GetInstanceProfilesResult

data class GetInstanceProfilesResult(val arns: List<String>, val id: String, val names: List<String>, val paths: List<String>, val roleName: String)

A collection of values returned by getInstanceProfiles.

Constructors

Link copied to clipboard
constructor(arns: List<String>, id: String, names: List<String>, paths: List<String>, roleName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set of ARNs of instance profiles.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Set of IAM instance profile names.

Link copied to clipboard

Set of IAM instance profile paths.

Link copied to clipboard