LaunchTemplateIamInstanceProfileArgs

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

Specifies an IAM instance profile, which is a container for an IAM role for your instance.

Constructors

Link copied to clipboard
fun LaunchTemplateIamInstanceProfileArgs(arn: Output<String>? = null, name: Output<String>? = null)

Functions

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

Properties

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

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

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

The name of the instance profile.