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

Stratosphere.AppConfig.Environment

Documentation

data Environment Source #

Instances

Instances details
ToJSON Environment Source # 
Instance details

Defined in Stratosphere.AppConfig.Environment

Show Environment Source # 
Instance details

Defined in Stratosphere.AppConfig.Environment

Eq Environment Source # 
Instance details

Defined in Stratosphere.AppConfig.Environment

ToResourceProperties Environment Source # 
Instance details

Defined in Stratosphere.AppConfig.Environment

Property "ApplicationId" Environment Source # 
Instance details

Defined in Stratosphere.AppConfig.Environment

Associated Types

type PropertyType "ApplicationId" Environment 
Instance details

Defined in Stratosphere.AppConfig.Environment

type PropertyType "ApplicationId" Environment = Value Text

Methods

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

Property "DeletionProtectionCheck" Environment Source # 
Instance details

Defined in Stratosphere.AppConfig.Environment

Associated Types

type PropertyType "DeletionProtectionCheck" Environment 
Instance details

Defined in Stratosphere.AppConfig.Environment

type PropertyType "DeletionProtectionCheck" Environment = Value Text

Methods

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

Property "Description" Environment Source # 
Instance details

Defined in Stratosphere.AppConfig.Environment

Associated Types

type PropertyType "Description" Environment 
Instance details

Defined in Stratosphere.AppConfig.Environment

type PropertyType "Description" Environment = Value Text

Methods

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

Property "Monitors" Environment Source # 
Instance details

Defined in Stratosphere.AppConfig.Environment

Associated Types

type PropertyType "Monitors" Environment 
Instance details

Defined in Stratosphere.AppConfig.Environment

Property "Name" Environment Source # 
Instance details

Defined in Stratosphere.AppConfig.Environment

Associated Types

type PropertyType "Name" Environment 
Instance details

Defined in Stratosphere.AppConfig.Environment

Property "Tags" Environment Source # 
Instance details

Defined in Stratosphere.AppConfig.Environment

Associated Types

type PropertyType "Tags" Environment 
Instance details

Defined in Stratosphere.AppConfig.Environment

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

Defined in Stratosphere.AppConfig.Environment

type PropertyType "ApplicationId" Environment = Value Text
type PropertyType "DeletionProtectionCheck" Environment Source # 
Instance details

Defined in Stratosphere.AppConfig.Environment

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

Defined in Stratosphere.AppConfig.Environment

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

Defined in Stratosphere.AppConfig.Environment

type PropertyType "Name" Environment Source # 
Instance details

Defined in Stratosphere.AppConfig.Environment

type PropertyType "Tags" Environment Source # 
Instance details

Defined in Stratosphere.AppConfig.Environment

type PropertyType "Tags" Environment = [Tag]