InstanceProfile

class InstanceProfile : KotlinCustomResource

Resource Type definition for AWS::IAM::InstanceProfile

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val arn: Output<String>

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The name of the instance profile to create.

Link copied to clipboard
val path: Output<String>?

The path to the instance profile.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roles: Output<List<String>>

The name of the role to associate with the instance profile. Only one role can be assigned to an EC2 instance at a time, and all applications on the instance share the same role and permissions.

Link copied to clipboard
val urn: Output<String>