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

Stratosphere.IAM.Policy

Documentation

data Policy Source #

Instances

Instances details
ToJSON Policy Source # 
Instance details

Defined in Stratosphere.IAM.Policy

Show Policy Source # 
Instance details

Defined in Stratosphere.IAM.Policy

Eq Policy Source # 
Instance details

Defined in Stratosphere.IAM.Policy

Methods

(==) :: Policy -> Policy -> Bool #

(/=) :: Policy -> Policy -> Bool #

ToResourceProperties Policy Source # 
Instance details

Defined in Stratosphere.IAM.Policy

Property "Groups" Policy Source # 
Instance details

Defined in Stratosphere.IAM.Policy

Associated Types

type PropertyType "Groups" Policy 
Instance details

Defined in Stratosphere.IAM.Policy

Methods

set :: PropertyType "Groups" Policy -> Policy -> Policy #

Property "PolicyDocument" Policy Source # 
Instance details

Defined in Stratosphere.IAM.Policy

Associated Types

type PropertyType "PolicyDocument" Policy 
Instance details

Defined in Stratosphere.IAM.Policy

type PropertyType "PolicyDocument" Policy = Object

Methods

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

Property "PolicyName" Policy Source # 
Instance details

Defined in Stratosphere.IAM.Policy

Associated Types

type PropertyType "PolicyName" Policy 
Instance details

Defined in Stratosphere.IAM.Policy

type PropertyType "PolicyName" Policy = Value Text

Methods

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

Property "Roles" Policy Source # 
Instance details

Defined in Stratosphere.IAM.Policy

Associated Types

type PropertyType "Roles" Policy 
Instance details

Defined in Stratosphere.IAM.Policy

Methods

set :: PropertyType "Roles" Policy -> Policy -> Policy #

Property "Users" Policy Source # 
Instance details

Defined in Stratosphere.IAM.Policy

Associated Types

type PropertyType "Users" Policy 
Instance details

Defined in Stratosphere.IAM.Policy

Methods

set :: PropertyType "Users" Policy -> Policy -> Policy #

type PropertyType "Groups" Policy Source # 
Instance details

Defined in Stratosphere.IAM.Policy

type PropertyType "PolicyDocument" Policy Source # 
Instance details

Defined in Stratosphere.IAM.Policy

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

Defined in Stratosphere.IAM.Policy

type PropertyType "PolicyName" Policy = Value Text
type PropertyType "Roles" Policy Source # 
Instance details

Defined in Stratosphere.IAM.Policy

type PropertyType "Users" Policy Source # 
Instance details

Defined in Stratosphere.IAM.Policy