LaunchTemplateIamInstanceProfile

data class LaunchTemplateIamInstanceProfile(val arn: String? = null, val name: String? = null)

Specifies an IAM instance profile, which is a container for an IAM role for your instance. You can use an IAM role to distribute your AWS credentials to your instances. If you are creating the launch template for use with an ASlong group, you can specify either the name or the ARN of the instance profile, but not both. `IamInstanceProfile` is a property of AWS::EC2::LaunchTemplate LaunchTemplateData.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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

Link copied to clipboard
val name: String? = null

The name of the instance profile.