stratosphere-amplify-1.0.0: Stratosphere integration for AWS Amplify.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Amplify.App

Documentation

data App Source #

Constructors

App

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html

Fields

Instances

Instances details
ToJSON App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Show App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Methods

showsPrec :: Int -> App -> ShowS #

show :: App -> String #

showList :: [App] -> ShowS #

Eq App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Methods

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

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

ToResourceProperties App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Property "AccessToken" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Associated Types

type PropertyType "AccessToken" App 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "AccessToken" App = Value Text

Methods

set :: PropertyType "AccessToken" App -> App -> App #

Property "AutoBranchCreationConfig" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Associated Types

type PropertyType "AutoBranchCreationConfig" App 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "AutoBranchCreationConfig" App = AutoBranchCreationConfigProperty

Methods

set :: PropertyType "AutoBranchCreationConfig" App -> App -> App #

Property "BasicAuthConfig" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Associated Types

type PropertyType "BasicAuthConfig" App 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "BasicAuthConfig" App = BasicAuthConfigProperty

Methods

set :: PropertyType "BasicAuthConfig" App -> App -> App #

Property "BuildSpec" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Associated Types

type PropertyType "BuildSpec" App 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "BuildSpec" App = Value Text

Methods

set :: PropertyType "BuildSpec" App -> App -> App #

Property "CacheConfig" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Associated Types

type PropertyType "CacheConfig" App 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "CacheConfig" App = CacheConfigProperty

Methods

set :: PropertyType "CacheConfig" App -> App -> App #

Property "ComputeRoleArn" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Associated Types

type PropertyType "ComputeRoleArn" App 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "ComputeRoleArn" App = Value Text

Methods

set :: PropertyType "ComputeRoleArn" App -> App -> App #

Property "CustomHeaders" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Associated Types

type PropertyType "CustomHeaders" App 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "CustomHeaders" App = Value Text

Methods

set :: PropertyType "CustomHeaders" App -> App -> App #

Property "CustomRules" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Associated Types

type PropertyType "CustomRules" App 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "CustomRules" App = [CustomRuleProperty]

Methods

set :: PropertyType "CustomRules" App -> App -> App #

Property "Description" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Associated Types

type PropertyType "Description" App 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "Description" App = Value Text

Methods

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

Property "EnableBranchAutoDeletion" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Associated Types

type PropertyType "EnableBranchAutoDeletion" App 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "EnableBranchAutoDeletion" App = Value Bool

Methods

set :: PropertyType "EnableBranchAutoDeletion" App -> App -> App #

Property "EnvironmentVariables" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Associated Types

type PropertyType "EnvironmentVariables" App 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "EnvironmentVariables" App = [EnvironmentVariableProperty]

Methods

set :: PropertyType "EnvironmentVariables" App -> App -> App #

Property "IAMServiceRole" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Associated Types

type PropertyType "IAMServiceRole" App 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "IAMServiceRole" App = Value Text

Methods

set :: PropertyType "IAMServiceRole" App -> App -> App #

Property "JobConfig" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Associated Types

type PropertyType "JobConfig" App 
Instance details

Defined in Stratosphere.Amplify.App

Methods

set :: PropertyType "JobConfig" App -> App -> App #

Property "Name" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Associated Types

type PropertyType "Name" App 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "Name" App = Value Text

Methods

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

Property "OauthToken" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Associated Types

type PropertyType "OauthToken" App 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "OauthToken" App = Value Text

Methods

set :: PropertyType "OauthToken" App -> App -> App #

Property "Platform" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Associated Types

type PropertyType "Platform" App 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "Platform" App = Value Text

Methods

set :: PropertyType "Platform" App -> App -> App #

Property "Repository" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Associated Types

type PropertyType "Repository" App 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "Repository" App = Value Text

Methods

set :: PropertyType "Repository" App -> App -> App #

Property "Tags" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

Associated Types

type PropertyType "Tags" App 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "Tags" App = [Tag]

Methods

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

type PropertyType "AccessToken" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "AccessToken" App = Value Text
type PropertyType "AutoBranchCreationConfig" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "AutoBranchCreationConfig" App = AutoBranchCreationConfigProperty
type PropertyType "BasicAuthConfig" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "BasicAuthConfig" App = BasicAuthConfigProperty
type PropertyType "BuildSpec" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "BuildSpec" App = Value Text
type PropertyType "CacheConfig" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "CacheConfig" App = CacheConfigProperty
type PropertyType "ComputeRoleArn" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "ComputeRoleArn" App = Value Text
type PropertyType "CustomHeaders" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "CustomHeaders" App = Value Text
type PropertyType "CustomRules" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "CustomRules" App = [CustomRuleProperty]
type PropertyType "Description" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "Description" App = Value Text
type PropertyType "EnableBranchAutoDeletion" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "EnableBranchAutoDeletion" App = Value Bool
type PropertyType "EnvironmentVariables" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "EnvironmentVariables" App = [EnvironmentVariableProperty]
type PropertyType "IAMServiceRole" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "IAMServiceRole" App = Value Text
type PropertyType "JobConfig" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "Name" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "Name" App = Value Text
type PropertyType "OauthToken" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "OauthToken" App = Value Text
type PropertyType "Platform" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "Platform" App = Value Text
type PropertyType "Repository" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "Repository" App = Value Text
type PropertyType "Tags" App Source # 
Instance details

Defined in Stratosphere.Amplify.App

type PropertyType "Tags" App = [Tag]