stratosphere-m2-1.0.0: Stratosphere integration for AWS M2.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.M2.Environment

Documentation

data Environment Source #

Constructors

Environment

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html

Fields

Instances

Instances details
ToJSON Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

Show Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

Eq Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

ToResourceProperties Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

Property "Description" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

Associated Types

type PropertyType "Description" Environment 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "Description" Environment = Value Text

Methods

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

Property "EngineType" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

Associated Types

type PropertyType "EngineType" Environment 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "EngineType" Environment = Value Text

Methods

set :: PropertyType "EngineType" Environment -> Environment -> Environment #

Property "EngineVersion" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

Associated Types

type PropertyType "EngineVersion" Environment 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "EngineVersion" Environment = Value Text

Methods

set :: PropertyType "EngineVersion" Environment -> Environment -> Environment #

Property "HighAvailabilityConfig" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

Associated Types

type PropertyType "HighAvailabilityConfig" Environment 
Instance details

Defined in Stratosphere.M2.Environment

Methods

set :: PropertyType "HighAvailabilityConfig" Environment -> Environment -> Environment #

Property "InstanceType" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

Associated Types

type PropertyType "InstanceType" Environment 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "InstanceType" Environment = Value Text

Methods

set :: PropertyType "InstanceType" Environment -> Environment -> Environment #

Property "KmsKeyId" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

Associated Types

type PropertyType "KmsKeyId" Environment 
Instance details

Defined in Stratosphere.M2.Environment

Property "Name" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

Associated Types

type PropertyType "Name" Environment 
Instance details

Defined in Stratosphere.M2.Environment

Property "NetworkType" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

Associated Types

type PropertyType "NetworkType" Environment 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "NetworkType" Environment = Value Text

Methods

set :: PropertyType "NetworkType" Environment -> Environment -> Environment #

Property "PreferredMaintenanceWindow" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

Associated Types

type PropertyType "PreferredMaintenanceWindow" Environment 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "PreferredMaintenanceWindow" Environment = Value Text

Methods

set :: PropertyType "PreferredMaintenanceWindow" Environment -> Environment -> Environment #

Property "PubliclyAccessible" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

Associated Types

type PropertyType "PubliclyAccessible" Environment 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "PubliclyAccessible" Environment = Value Bool

Methods

set :: PropertyType "PubliclyAccessible" Environment -> Environment -> Environment #

Property "SecurityGroupIds" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

Associated Types

type PropertyType "SecurityGroupIds" Environment 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "SecurityGroupIds" Environment = ValueList Text

Methods

set :: PropertyType "SecurityGroupIds" Environment -> Environment -> Environment #

Property "StorageConfigurations" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

Associated Types

type PropertyType "StorageConfigurations" Environment 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "StorageConfigurations" Environment = [StorageConfigurationProperty]

Methods

set :: PropertyType "StorageConfigurations" Environment -> Environment -> Environment #

Property "SubnetIds" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

Associated Types

type PropertyType "SubnetIds" Environment 
Instance details

Defined in Stratosphere.M2.Environment

Methods

set :: PropertyType "SubnetIds" Environment -> Environment -> Environment #

Property "Tags" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

Associated Types

type PropertyType "Tags" Environment 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "Description" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "Description" Environment = Value Text
type PropertyType "EngineType" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "EngineType" Environment = Value Text
type PropertyType "EngineVersion" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "EngineVersion" Environment = Value Text
type PropertyType "HighAvailabilityConfig" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "InstanceType" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "InstanceType" Environment = Value Text
type PropertyType "KmsKeyId" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "Name" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "NetworkType" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "NetworkType" Environment = Value Text
type PropertyType "PreferredMaintenanceWindow" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "PreferredMaintenanceWindow" Environment = Value Text
type PropertyType "PubliclyAccessible" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "PubliclyAccessible" Environment = Value Bool
type PropertyType "SecurityGroupIds" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "SecurityGroupIds" Environment = ValueList Text
type PropertyType "StorageConfigurations" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "StorageConfigurations" Environment = [StorageConfigurationProperty]
type PropertyType "SubnetIds" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment

type PropertyType "Tags" Environment Source # 
Instance details

Defined in Stratosphere.M2.Environment