stratosphere-synthetics-1.0.0: Stratosphere integration for AWS Synthetics.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Synthetics.Canary.RunConfigProperty

Documentation

data RunConfigProperty Source #

Instances

Instances details
ToJSON RunConfigProperty Source # 
Instance details

Defined in Stratosphere.Synthetics.Canary.RunConfigProperty

Show RunConfigProperty Source # 
Instance details

Defined in Stratosphere.Synthetics.Canary.RunConfigProperty

Eq RunConfigProperty Source # 
Instance details

Defined in Stratosphere.Synthetics.Canary.RunConfigProperty

ToResourceProperties RunConfigProperty Source # 
Instance details

Defined in Stratosphere.Synthetics.Canary.RunConfigProperty

Property "ActiveTracing" RunConfigProperty Source # 
Instance details

Defined in Stratosphere.Synthetics.Canary.RunConfigProperty

Associated Types

type PropertyType "ActiveTracing" RunConfigProperty 
Instance details

Defined in Stratosphere.Synthetics.Canary.RunConfigProperty

type PropertyType "ActiveTracing" RunConfigProperty = Value Bool
Property "EnvironmentVariables" RunConfigProperty Source # 
Instance details

Defined in Stratosphere.Synthetics.Canary.RunConfigProperty

Associated Types

type PropertyType "EnvironmentVariables" RunConfigProperty 
Instance details

Defined in Stratosphere.Synthetics.Canary.RunConfigProperty

type PropertyType "EnvironmentVariables" RunConfigProperty = Map Text (Value Text)
Property "EphemeralStorage" RunConfigProperty Source # 
Instance details

Defined in Stratosphere.Synthetics.Canary.RunConfigProperty

Associated Types

type PropertyType "EphemeralStorage" RunConfigProperty 
Instance details

Defined in Stratosphere.Synthetics.Canary.RunConfigProperty

type PropertyType "EphemeralStorage" RunConfigProperty = Value Integer
Property "MemoryInMB" RunConfigProperty Source # 
Instance details

Defined in Stratosphere.Synthetics.Canary.RunConfigProperty

Associated Types

type PropertyType "MemoryInMB" RunConfigProperty 
Instance details

Defined in Stratosphere.Synthetics.Canary.RunConfigProperty

Property "TimeoutInSeconds" RunConfigProperty Source # 
Instance details

Defined in Stratosphere.Synthetics.Canary.RunConfigProperty

Associated Types

type PropertyType "TimeoutInSeconds" RunConfigProperty 
Instance details

Defined in Stratosphere.Synthetics.Canary.RunConfigProperty

type PropertyType "TimeoutInSeconds" RunConfigProperty = Value Integer
type PropertyType "ActiveTracing" RunConfigProperty Source # 
Instance details

Defined in Stratosphere.Synthetics.Canary.RunConfigProperty

type PropertyType "ActiveTracing" RunConfigProperty = Value Bool
type PropertyType "EnvironmentVariables" RunConfigProperty Source # 
Instance details

Defined in Stratosphere.Synthetics.Canary.RunConfigProperty

type PropertyType "EnvironmentVariables" RunConfigProperty = Map Text (Value Text)
type PropertyType "EphemeralStorage" RunConfigProperty Source # 
Instance details

Defined in Stratosphere.Synthetics.Canary.RunConfigProperty

type PropertyType "EphemeralStorage" RunConfigProperty = Value Integer
type PropertyType "MemoryInMB" RunConfigProperty Source # 
Instance details

Defined in Stratosphere.Synthetics.Canary.RunConfigProperty

type PropertyType "TimeoutInSeconds" RunConfigProperty Source # 
Instance details

Defined in Stratosphere.Synthetics.Canary.RunConfigProperty

type PropertyType "TimeoutInSeconds" RunConfigProperty = Value Integer