IamInstanceProfileArgs

data class IamInstanceProfileArgs(val arn: Output<String>? = null, val id: Output<String>? = null) : ConvertibleToJava<IamInstanceProfileArgs>

Definition of IamInstanceProfile

Constructors

Link copied to clipboard
constructor(arn: Output<String>? = null, id: Output<String>? = null)

Properties

Link copied to clipboard
val arn: Output<String>? = null

The Amazon Resource Name (ARN) of the instance profile.

Link copied to clipboard
val id: Output<String>? = null

The ID of the instance profile.

Functions

Link copied to clipboard
open override fun toJava(): IamInstanceProfileArgs