stratosphere-0.2.0: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.Resources.InstanceProfile

Description

Creates an AWS Identity and Access Management (IAM) Instance Profile that can be used with IAM Roles for EC2 Instances. For more information about IAM roles, see Working with Roles in the AWS Identity and Access Management User Guide.

Synopsis

Documentation

data InstanceProfile Source #

Full data type definition for InstanceProfile. See instanceProfile for a more convenient constructor.

instanceProfile Source #

Constructor for InstanceProfile containing required fields as arguments.

ipPath :: Lens' InstanceProfile (Val Text) Source #

The path associated with this IAM instance profile. For information about IAM paths, see Friendly Names and Paths in the AWS Identity and Access Management User Guide.

ipRoles :: Lens' InstanceProfile [Val Text] Source #

The roles associated with this IAM instance profile.