LaunchTemplateIamInstanceProfileArgs

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

Constructors

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

Properties

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

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

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

The name of the instance profile.

Functions

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