amazonka-iam-0.3.1: Amazon Identity and Access Management SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.CreateInstanceProfile

Contents

Description

Creates a new instance profile. For information about instance profiles, go to About Instance Profiles.

For information about the number of instance profiles you can create, see Limitations on IAM Entities in the Using IAM guide.

http://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateInstanceProfile.html

Synopsis

Request

Request constructor

createInstanceProfile Source

CreateInstanceProfile constructor.

The fields accessible through corresponding lenses are:

Request lenses

cipInstanceProfileName :: Lens' CreateInstanceProfile Text Source

The name of the instance profile to create.

cipPath :: Lens' CreateInstanceProfile (Maybe Text) Source

The path to the instance profile. For more information about paths, see IAMIdentifiers in the Using IAM guide.

This parameter is optional. If it is not included, it defaults to a slash (/).

Response

Response constructor

Response lenses