stratosphere-appconfig-1.0.0: Stratosphere integration for AWS AppConfig.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.AppConfig.Deployment

Documentation

data Deployment Source #

Constructors

Deployment

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deployment.html

Fields

Instances

Instances details
ToJSON Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

Show Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

Eq Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

ToResourceProperties Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

Property "ApplicationId" Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

Associated Types

type PropertyType "ApplicationId" Deployment 
Instance details

Defined in Stratosphere.AppConfig.Deployment

type PropertyType "ApplicationId" Deployment = Value Text

Methods

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

Property "ConfigurationProfileId" Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

Associated Types

type PropertyType "ConfigurationProfileId" Deployment 
Instance details

Defined in Stratosphere.AppConfig.Deployment

type PropertyType "ConfigurationProfileId" Deployment = Value Text

Methods

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

Property "ConfigurationVersion" Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

Associated Types

type PropertyType "ConfigurationVersion" Deployment 
Instance details

Defined in Stratosphere.AppConfig.Deployment

type PropertyType "ConfigurationVersion" Deployment = Value Text

Methods

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

Property "DeploymentStrategyId" Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

Associated Types

type PropertyType "DeploymentStrategyId" Deployment 
Instance details

Defined in Stratosphere.AppConfig.Deployment

type PropertyType "DeploymentStrategyId" Deployment = Value Text

Methods

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

Property "Description" Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

Associated Types

type PropertyType "Description" Deployment 
Instance details

Defined in Stratosphere.AppConfig.Deployment

type PropertyType "Description" Deployment = Value Text

Methods

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

Property "DynamicExtensionParameters" Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

Associated Types

type PropertyType "DynamicExtensionParameters" Deployment 
Instance details

Defined in Stratosphere.AppConfig.Deployment

type PropertyType "DynamicExtensionParameters" Deployment = [DynamicExtensionParametersProperty]

Methods

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

Property "EnvironmentId" Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

Associated Types

type PropertyType "EnvironmentId" Deployment 
Instance details

Defined in Stratosphere.AppConfig.Deployment

type PropertyType "EnvironmentId" Deployment = Value Text

Methods

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

Property "KmsKeyIdentifier" Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

Associated Types

type PropertyType "KmsKeyIdentifier" Deployment 
Instance details

Defined in Stratosphere.AppConfig.Deployment

type PropertyType "KmsKeyIdentifier" Deployment = Value Text

Methods

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

Property "Tags" Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

Associated Types

type PropertyType "Tags" Deployment 
Instance details

Defined in Stratosphere.AppConfig.Deployment

type PropertyType "Tags" Deployment = [Tag]
type PropertyType "ApplicationId" Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

type PropertyType "ApplicationId" Deployment = Value Text
type PropertyType "ConfigurationProfileId" Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

type PropertyType "ConfigurationProfileId" Deployment = Value Text
type PropertyType "ConfigurationVersion" Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

type PropertyType "ConfigurationVersion" Deployment = Value Text
type PropertyType "DeploymentStrategyId" Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

type PropertyType "DeploymentStrategyId" Deployment = Value Text
type PropertyType "Description" Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

type PropertyType "Description" Deployment = Value Text
type PropertyType "DynamicExtensionParameters" Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

type PropertyType "DynamicExtensionParameters" Deployment = [DynamicExtensionParametersProperty]
type PropertyType "EnvironmentId" Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

type PropertyType "EnvironmentId" Deployment = Value Text
type PropertyType "KmsKeyIdentifier" Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

type PropertyType "KmsKeyIdentifier" Deployment = Value Text
type PropertyType "Tags" Deployment Source # 
Instance details

Defined in Stratosphere.AppConfig.Deployment

type PropertyType "Tags" Deployment = [Tag]