stratosphere-greengrass-1.0.0: Stratosphere integration for AWS Greengrass.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Greengrass.FunctionDefinition.FunctionConfigurationProperty

Documentation

data ExecutionProperty Source #

Instances

Instances details
ToJSON ExecutionProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.ExecutionProperty

Show ExecutionProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.ExecutionProperty

Eq ExecutionProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.ExecutionProperty

ToResourceProperties ExecutionProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.ExecutionProperty

Property "IsolationMode" ExecutionProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.ExecutionProperty

Associated Types

type PropertyType "IsolationMode" ExecutionProperty 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.ExecutionProperty

type PropertyType "IsolationMode" ExecutionProperty = Value Text
Property "RunAs" ExecutionProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.ExecutionProperty

type PropertyType "IsolationMode" ExecutionProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.ExecutionProperty

type PropertyType "IsolationMode" ExecutionProperty = Value Text
type PropertyType "RunAs" ExecutionProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.ExecutionProperty

data EnvironmentProperty Source #

Instances

Instances details
ToJSON EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.EnvironmentProperty

Show EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.EnvironmentProperty

Eq EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.EnvironmentProperty

ToResourceProperties EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.EnvironmentProperty

Property "AccessSysfs" EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.EnvironmentProperty

Associated Types

type PropertyType "AccessSysfs" EnvironmentProperty 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.EnvironmentProperty

Property "Execution" EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.EnvironmentProperty

Property "ResourceAccessPolicies" EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.EnvironmentProperty

Associated Types

type PropertyType "ResourceAccessPolicies" EnvironmentProperty 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.EnvironmentProperty

Property "Variables" EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.EnvironmentProperty

type PropertyType "AccessSysfs" EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.EnvironmentProperty

type PropertyType "Execution" EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.EnvironmentProperty

type PropertyType "ResourceAccessPolicies" EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.EnvironmentProperty

type PropertyType "Variables" EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.EnvironmentProperty

data ResourceAccessPolicyProperty Source #

Instances

Instances details
ToJSON ResourceAccessPolicyProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.ResourceAccessPolicyProperty

Show ResourceAccessPolicyProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.ResourceAccessPolicyProperty

Eq ResourceAccessPolicyProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.ResourceAccessPolicyProperty

ToResourceProperties ResourceAccessPolicyProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.ResourceAccessPolicyProperty

Property "Permission" ResourceAccessPolicyProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.ResourceAccessPolicyProperty

Property "ResourceId" ResourceAccessPolicyProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.ResourceAccessPolicyProperty

type PropertyType "Permission" ResourceAccessPolicyProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.ResourceAccessPolicyProperty

type PropertyType "ResourceId" ResourceAccessPolicyProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.ResourceAccessPolicyProperty

data RunAsProperty Source #

Constructors

RunAsProperty 

Instances

Instances details
ToJSON RunAsProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.RunAsProperty

Show RunAsProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.RunAsProperty

Eq RunAsProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.RunAsProperty

ToResourceProperties RunAsProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.RunAsProperty

Property "Gid" RunAsProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.RunAsProperty

Property "Uid" RunAsProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.RunAsProperty

type PropertyType "Gid" RunAsProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.RunAsProperty

type PropertyType "Uid" RunAsProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.RunAsProperty

data FunctionConfigurationProperty Source #

Constructors

FunctionConfigurationProperty

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-functiondefinition-functionconfiguration.html

Fields

Instances

Instances details
ToJSON FunctionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.FunctionConfigurationProperty

Show FunctionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.FunctionConfigurationProperty

Eq FunctionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.FunctionConfigurationProperty

ToResourceProperties FunctionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.FunctionConfigurationProperty

Property "EncodingType" FunctionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.FunctionConfigurationProperty

Property "Environment" FunctionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.FunctionConfigurationProperty

Property "ExecArgs" FunctionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.FunctionConfigurationProperty

Property "Executable" FunctionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.FunctionConfigurationProperty

Property "MemorySize" FunctionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.FunctionConfigurationProperty

Property "Pinned" FunctionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.FunctionConfigurationProperty

Property "Timeout" FunctionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.FunctionConfigurationProperty

type PropertyType "EncodingType" FunctionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.FunctionConfigurationProperty

type PropertyType "Environment" FunctionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.FunctionConfigurationProperty

type PropertyType "ExecArgs" FunctionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.FunctionConfigurationProperty

type PropertyType "Executable" FunctionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.FunctionConfigurationProperty

type PropertyType "MemorySize" FunctionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.FunctionConfigurationProperty

type PropertyType "Pinned" FunctionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.FunctionConfigurationProperty

type PropertyType "Timeout" FunctionConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Greengrass.FunctionDefinition.FunctionConfigurationProperty