Safe Haskell | None |
---|---|
Language | Haskell2010 |
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.
- data InstanceProfile = InstanceProfile {}
- instanceProfile :: Val Text -> [Val Text] -> InstanceProfile
- ipPath :: Lens' InstanceProfile (Val Text)
- ipRoles :: Lens' InstanceProfile [Val Text]
Documentation
data InstanceProfile Source
Full data type definition for InstanceProfile. See instanceProfile
for
a more convenient constructor.
Constructor for InstanceProfile
containing required fields as
arguments.