stratosphere-rolesanywhere-1.0.0: Stratosphere integration for AWS RolesAnywhere.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.RolesAnywhere.CRL

Documentation

data CRL Source #

Instances

Instances details
ToJSON CRL Source # 
Instance details

Defined in Stratosphere.RolesAnywhere.CRL

Show CRL Source # 
Instance details

Defined in Stratosphere.RolesAnywhere.CRL

Methods

showsPrec :: Int -> CRL -> ShowS #

show :: CRL -> String #

showList :: [CRL] -> ShowS #

Eq CRL Source # 
Instance details

Defined in Stratosphere.RolesAnywhere.CRL

Methods

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

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

ToResourceProperties CRL Source # 
Instance details

Defined in Stratosphere.RolesAnywhere.CRL

Property "CrlData" CRL Source # 
Instance details

Defined in Stratosphere.RolesAnywhere.CRL

Associated Types

type PropertyType "CrlData" CRL 
Instance details

Defined in Stratosphere.RolesAnywhere.CRL

type PropertyType "CrlData" CRL = Value Text

Methods

set :: PropertyType "CrlData" CRL -> CRL -> CRL #

Property "Enabled" CRL Source # 
Instance details

Defined in Stratosphere.RolesAnywhere.CRL

Associated Types

type PropertyType "Enabled" CRL 
Instance details

Defined in Stratosphere.RolesAnywhere.CRL

type PropertyType "Enabled" CRL = Value Bool

Methods

set :: PropertyType "Enabled" CRL -> CRL -> CRL #

Property "Name" CRL Source # 
Instance details

Defined in Stratosphere.RolesAnywhere.CRL

Associated Types

type PropertyType "Name" CRL 
Instance details

Defined in Stratosphere.RolesAnywhere.CRL

type PropertyType "Name" CRL = Value Text

Methods

set :: PropertyType "Name" CRL -> CRL -> CRL #

Property "Tags" CRL Source # 
Instance details

Defined in Stratosphere.RolesAnywhere.CRL

Associated Types

type PropertyType "Tags" CRL 
Instance details

Defined in Stratosphere.RolesAnywhere.CRL

type PropertyType "Tags" CRL = [Tag]

Methods

set :: PropertyType "Tags" CRL -> CRL -> CRL #

Property "TrustAnchorArn" CRL Source # 
Instance details

Defined in Stratosphere.RolesAnywhere.CRL

Associated Types

type PropertyType "TrustAnchorArn" CRL 
Instance details

Defined in Stratosphere.RolesAnywhere.CRL

type PropertyType "TrustAnchorArn" CRL = Value Text

Methods

set :: PropertyType "TrustAnchorArn" CRL -> CRL -> CRL #

type PropertyType "CrlData" CRL Source # 
Instance details

Defined in Stratosphere.RolesAnywhere.CRL

type PropertyType "CrlData" CRL = Value Text
type PropertyType "Enabled" CRL Source # 
Instance details

Defined in Stratosphere.RolesAnywhere.CRL

type PropertyType "Enabled" CRL = Value Bool
type PropertyType "Name" CRL Source # 
Instance details

Defined in Stratosphere.RolesAnywhere.CRL

type PropertyType "Name" CRL = Value Text
type PropertyType "Tags" CRL Source # 
Instance details

Defined in Stratosphere.RolesAnywhere.CRL

type PropertyType "Tags" CRL = [Tag]
type PropertyType "TrustAnchorArn" CRL Source # 
Instance details

Defined in Stratosphere.RolesAnywhere.CRL

type PropertyType "TrustAnchorArn" CRL = Value Text