stratosphere-iam-1.0.0: Stratosphere integration for AWS IAM.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.IAM.RolePolicy

Documentation

data RolePolicy Source #

Instances

Instances details
ToJSON RolePolicy Source # 
Instance details

Defined in Stratosphere.IAM.RolePolicy

Show RolePolicy Source # 
Instance details

Defined in Stratosphere.IAM.RolePolicy

Eq RolePolicy Source # 
Instance details

Defined in Stratosphere.IAM.RolePolicy

ToResourceProperties RolePolicy Source # 
Instance details

Defined in Stratosphere.IAM.RolePolicy

Property "PolicyDocument" RolePolicy Source # 
Instance details

Defined in Stratosphere.IAM.RolePolicy

Associated Types

type PropertyType "PolicyDocument" RolePolicy 
Instance details

Defined in Stratosphere.IAM.RolePolicy

type PropertyType "PolicyDocument" RolePolicy = Object

Methods

set :: PropertyType "PolicyDocument" RolePolicy -> RolePolicy -> RolePolicy #

Property "PolicyName" RolePolicy Source # 
Instance details

Defined in Stratosphere.IAM.RolePolicy

Associated Types

type PropertyType "PolicyName" RolePolicy 
Instance details

Defined in Stratosphere.IAM.RolePolicy

type PropertyType "PolicyName" RolePolicy = Value Text

Methods

set :: PropertyType "PolicyName" RolePolicy -> RolePolicy -> RolePolicy #

Property "RoleName" RolePolicy Source # 
Instance details

Defined in Stratosphere.IAM.RolePolicy

Associated Types

type PropertyType "RoleName" RolePolicy 
Instance details

Defined in Stratosphere.IAM.RolePolicy

type PropertyType "RoleName" RolePolicy = Value Text

Methods

set :: PropertyType "RoleName" RolePolicy -> RolePolicy -> RolePolicy #

type PropertyType "PolicyDocument" RolePolicy Source # 
Instance details

Defined in Stratosphere.IAM.RolePolicy

type PropertyType "PolicyDocument" RolePolicy = Object
type PropertyType "PolicyName" RolePolicy Source # 
Instance details

Defined in Stratosphere.IAM.RolePolicy

type PropertyType "PolicyName" RolePolicy = Value Text
type PropertyType "RoleName" RolePolicy Source # 
Instance details

Defined in Stratosphere.IAM.RolePolicy

type PropertyType "RoleName" RolePolicy = Value Text