| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.SSO.Application
Documentation
data PortalOptionsConfigurationProperty Source #
Constructors
| PortalOptionsConfigurationProperty | |
Fields
| |
Instances
data SignInOptionsProperty Source #
Constructors
| SignInOptionsProperty | |
Fields
| |
Instances
| ToJSON SignInOptionsProperty Source # | |||||
Defined in Stratosphere.SSO.Application.SignInOptionsProperty Methods toJSON :: SignInOptionsProperty -> Value # toEncoding :: SignInOptionsProperty -> Encoding # toJSONList :: [SignInOptionsProperty] -> Value # toEncodingList :: [SignInOptionsProperty] -> Encoding # omitField :: SignInOptionsProperty -> Bool # | |||||
| Show SignInOptionsProperty Source # | |||||
Defined in Stratosphere.SSO.Application.SignInOptionsProperty Methods showsPrec :: Int -> SignInOptionsProperty -> ShowS # show :: SignInOptionsProperty -> String # showList :: [SignInOptionsProperty] -> ShowS # | |||||
| Eq SignInOptionsProperty Source # | |||||
Defined in Stratosphere.SSO.Application.SignInOptionsProperty Methods (==) :: SignInOptionsProperty -> SignInOptionsProperty -> Bool # (/=) :: SignInOptionsProperty -> SignInOptionsProperty -> Bool # | |||||
| ToResourceProperties SignInOptionsProperty Source # | |||||
Defined in Stratosphere.SSO.Application.SignInOptionsProperty Methods toResourceProperties :: SignInOptionsProperty -> ResourceProperties # | |||||
| Property "ApplicationUrl" SignInOptionsProperty Source # | |||||
Defined in Stratosphere.SSO.Application.SignInOptionsProperty Associated Types
Methods set :: PropertyType "ApplicationUrl" SignInOptionsProperty -> SignInOptionsProperty -> SignInOptionsProperty # | |||||
| Property "Origin" SignInOptionsProperty Source # | |||||
Defined in Stratosphere.SSO.Application.SignInOptionsProperty Associated Types
Methods set :: PropertyType "Origin" SignInOptionsProperty -> SignInOptionsProperty -> SignInOptionsProperty # | |||||
| type PropertyType "ApplicationUrl" SignInOptionsProperty Source # | |||||
| type PropertyType "Origin" SignInOptionsProperty Source # | |||||
data Application Source #
Constructors
| Application | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-application.html |
Fields
| |
Instances
| ToJSON Application Source # | |||||
Defined in Stratosphere.SSO.Application Methods toJSON :: Application -> Value # toEncoding :: Application -> Encoding # toJSONList :: [Application] -> Value # toEncodingList :: [Application] -> Encoding # omitField :: Application -> Bool # | |||||
| Show Application Source # | |||||
Defined in Stratosphere.SSO.Application Methods showsPrec :: Int -> Application -> ShowS # show :: Application -> String # showList :: [Application] -> ShowS # | |||||
| Eq Application Source # | |||||
Defined in Stratosphere.SSO.Application | |||||
| ToResourceProperties Application Source # | |||||
Defined in Stratosphere.SSO.Application Methods | |||||
| Property "ApplicationProviderArn" Application Source # | |||||
Defined in Stratosphere.SSO.Application Associated Types
Methods set :: PropertyType "ApplicationProviderArn" Application -> Application -> Application # | |||||
| Property "Description" Application Source # | |||||
Defined in Stratosphere.SSO.Application Associated Types
Methods set :: PropertyType "Description" Application -> Application -> Application # | |||||
| Property "InstanceArn" Application Source # | |||||
Defined in Stratosphere.SSO.Application Associated Types
Methods set :: PropertyType "InstanceArn" Application -> Application -> Application # | |||||
| Property "Name" Application Source # | |||||
Defined in Stratosphere.SSO.Application Associated Types
Methods set :: PropertyType "Name" Application -> Application -> Application # | |||||
| Property "PortalOptions" Application Source # | |||||
Defined in Stratosphere.SSO.Application Associated Types
Methods set :: PropertyType "PortalOptions" Application -> Application -> Application # | |||||
| Property "Status" Application Source # | |||||
Defined in Stratosphere.SSO.Application Associated Types
Methods set :: PropertyType "Status" Application -> Application -> Application # | |||||
| Property "Tags" Application Source # | |||||
Defined in Stratosphere.SSO.Application Associated Types
Methods set :: PropertyType "Tags" Application -> Application -> Application # | |||||
| type PropertyType "ApplicationProviderArn" Application Source # | |||||
Defined in Stratosphere.SSO.Application | |||||
| type PropertyType "Description" Application Source # | |||||
Defined in Stratosphere.SSO.Application | |||||
| type PropertyType "InstanceArn" Application Source # | |||||
Defined in Stratosphere.SSO.Application | |||||
| type PropertyType "Name" Application Source # | |||||
Defined in Stratosphere.SSO.Application | |||||
| type PropertyType "PortalOptions" Application Source # | |||||
Defined in Stratosphere.SSO.Application | |||||
| type PropertyType "Status" Application Source # | |||||
Defined in Stratosphere.SSO.Application | |||||
| type PropertyType "Tags" Application Source # | |||||
Defined in Stratosphere.SSO.Application | |||||
mkApplication :: Value Text -> Value Text -> Value Text -> Application Source #