stratosphere-launchwizard-1.0.0: Stratosphere integration for AWS LaunchWizard.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.LaunchWizard.Deployment

Documentation

data Deployment Source #

Instances

Instances details
ToJSON Deployment Source # 
Instance details

Defined in Stratosphere.LaunchWizard.Deployment

Show Deployment Source # 
Instance details

Defined in Stratosphere.LaunchWizard.Deployment

Eq Deployment Source # 
Instance details

Defined in Stratosphere.LaunchWizard.Deployment

ToResourceProperties Deployment Source # 
Instance details

Defined in Stratosphere.LaunchWizard.Deployment

Property "DeploymentPatternName" Deployment Source # 
Instance details

Defined in Stratosphere.LaunchWizard.Deployment

Associated Types

type PropertyType "DeploymentPatternName" Deployment 
Instance details

Defined in Stratosphere.LaunchWizard.Deployment

type PropertyType "DeploymentPatternName" Deployment = Value Text

Methods

set :: PropertyType "DeploymentPatternName" Deployment -> Deployment -> Deployment #

Property "Name" Deployment Source # 
Instance details

Defined in Stratosphere.LaunchWizard.Deployment

Associated Types

type PropertyType "Name" Deployment 
Instance details

Defined in Stratosphere.LaunchWizard.Deployment

Property "Specifications" Deployment Source # 
Instance details

Defined in Stratosphere.LaunchWizard.Deployment

Associated Types

type PropertyType "Specifications" Deployment 
Instance details

Defined in Stratosphere.LaunchWizard.Deployment

type PropertyType "Specifications" Deployment = Map Text (Value Text)

Methods

set :: PropertyType "Specifications" Deployment -> Deployment -> Deployment #

Property "Tags" Deployment Source # 
Instance details

Defined in Stratosphere.LaunchWizard.Deployment

Associated Types

type PropertyType "Tags" Deployment 
Instance details

Defined in Stratosphere.LaunchWizard.Deployment

Property "WorkloadName" Deployment Source # 
Instance details

Defined in Stratosphere.LaunchWizard.Deployment

Associated Types

type PropertyType "WorkloadName" Deployment 
Instance details

Defined in Stratosphere.LaunchWizard.Deployment

type PropertyType "WorkloadName" Deployment = Value Text

Methods

set :: PropertyType "WorkloadName" Deployment -> Deployment -> Deployment #

type PropertyType "DeploymentPatternName" Deployment Source # 
Instance details

Defined in Stratosphere.LaunchWizard.Deployment

type PropertyType "DeploymentPatternName" Deployment = Value Text
type PropertyType "Name" Deployment Source # 
Instance details

Defined in Stratosphere.LaunchWizard.Deployment

type PropertyType "Specifications" Deployment Source # 
Instance details

Defined in Stratosphere.LaunchWizard.Deployment

type PropertyType "Specifications" Deployment = Map Text (Value Text)
type PropertyType "Tags" Deployment Source # 
Instance details

Defined in Stratosphere.LaunchWizard.Deployment

type PropertyType "WorkloadName" Deployment Source # 
Instance details

Defined in Stratosphere.LaunchWizard.Deployment

type PropertyType "WorkloadName" Deployment = Value Text