Stratosphere.IAM.Role
module Stratosphere.IAM.Role.PolicyProperty
data Role Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-assumerolepolicydocument
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-managedpolicyarns
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-maxsessionduration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-path
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-permissionsboundary
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-policies
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-rolename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-tags
Defined in Stratosphere.IAM.Role
Methods
toJSON :: Role -> Value #
toEncoding :: Role -> Encoding #
toJSONList :: [Role] -> Value #
toEncodingList :: [Role] -> Encoding #
omitField :: Role -> Bool #
showsPrec :: Int -> Role -> ShowS #
show :: Role -> String #
showList :: [Role] -> ShowS #
(==) :: Role -> Role -> Bool #
(/=) :: Role -> Role -> Bool #
toResourceProperties :: Role -> ResourceProperties #
Associated Types
set :: PropertyType "AssumeRolePolicyDocument" Role -> Role -> Role #
set :: PropertyType "Description" Role -> Role -> Role #
set :: PropertyType "ManagedPolicyArns" Role -> Role -> Role #
set :: PropertyType "MaxSessionDuration" Role -> Role -> Role #
set :: PropertyType "Path" Role -> Role -> Role #
set :: PropertyType "PermissionsBoundary" Role -> Role -> Role #
set :: PropertyType "Policies" Role -> Role -> Role #
set :: PropertyType "RoleName" Role -> Role -> Role #
set :: PropertyType "Tags" Role -> Role -> Role #
mkRole :: Object -> Role Source #