stratosphere-appintegrations-1.0.0: Stratosphere integration for AWS AppIntegrations.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.AppIntegrations.Application

Documentation

data Application Source #

Constructors

Application

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html

Fields

Instances

Instances details
ToJSON Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

Show Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

Eq Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

ToResourceProperties Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

Property "ApplicationConfig" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

Associated Types

type PropertyType "ApplicationConfig" Application 
Instance details

Defined in Stratosphere.AppIntegrations.Application

Methods

set :: PropertyType "ApplicationConfig" Application -> Application -> Application #

Property "ApplicationSourceConfig" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

Associated Types

type PropertyType "ApplicationSourceConfig" Application 
Instance details

Defined in Stratosphere.AppIntegrations.Application

Methods

set :: PropertyType "ApplicationSourceConfig" Application -> Application -> Application #

Property "Description" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

Associated Types

type PropertyType "Description" Application 
Instance details

Defined in Stratosphere.AppIntegrations.Application

type PropertyType "Description" Application = Value Text

Methods

set :: PropertyType "Description" Application -> Application -> Application #

Property "IframeConfig" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

Associated Types

type PropertyType "IframeConfig" Application 
Instance details

Defined in Stratosphere.AppIntegrations.Application

Methods

set :: PropertyType "IframeConfig" Application -> Application -> Application #

Property "InitializationTimeout" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

Associated Types

type PropertyType "InitializationTimeout" Application 
Instance details

Defined in Stratosphere.AppIntegrations.Application

type PropertyType "InitializationTimeout" Application = Value Integer

Methods

set :: PropertyType "InitializationTimeout" Application -> Application -> Application #

Property "IsService" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

Associated Types

type PropertyType "IsService" Application 
Instance details

Defined in Stratosphere.AppIntegrations.Application

type PropertyType "IsService" Application = Value Bool

Methods

set :: PropertyType "IsService" Application -> Application -> Application #

Property "Name" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

Associated Types

type PropertyType "Name" Application 
Instance details

Defined in Stratosphere.AppIntegrations.Application

Property "Namespace" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

Associated Types

type PropertyType "Namespace" Application 
Instance details

Defined in Stratosphere.AppIntegrations.Application

type PropertyType "Namespace" Application = Value Text

Methods

set :: PropertyType "Namespace" Application -> Application -> Application #

Property "Permissions" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

Associated Types

type PropertyType "Permissions" Application 
Instance details

Defined in Stratosphere.AppIntegrations.Application

type PropertyType "Permissions" Application = ValueList Text

Methods

set :: PropertyType "Permissions" Application -> Application -> Application #

Property "Tags" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

Associated Types

type PropertyType "Tags" Application 
Instance details

Defined in Stratosphere.AppIntegrations.Application

type PropertyType "Tags" Application = [Tag]
type PropertyType "ApplicationConfig" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

type PropertyType "ApplicationSourceConfig" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

type PropertyType "Description" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

type PropertyType "Description" Application = Value Text
type PropertyType "IframeConfig" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

type PropertyType "InitializationTimeout" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

type PropertyType "InitializationTimeout" Application = Value Integer
type PropertyType "IsService" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

type PropertyType "IsService" Application = Value Bool
type PropertyType "Name" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

type PropertyType "Namespace" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

type PropertyType "Namespace" Application = Value Text
type PropertyType "Permissions" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

type PropertyType "Permissions" Application = ValueList Text
type PropertyType "Tags" Application Source # 
Instance details

Defined in Stratosphere.AppIntegrations.Application

type PropertyType "Tags" Application = [Tag]