stratosphere-ecs-1.0.0: Stratosphere integration for AWS ECS.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.ECS.TaskDefinition

Documentation

data TaskDefinition Source #

Constructors

TaskDefinition

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html

Fields

Instances

Instances details
ToJSON TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Show TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Eq TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

ToResourceProperties TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Property "ContainerDefinitions" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Associated Types

type PropertyType "ContainerDefinitions" TaskDefinition 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Methods

set :: PropertyType "ContainerDefinitions" TaskDefinition -> TaskDefinition -> TaskDefinition #

Property "Cpu" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Associated Types

type PropertyType "Cpu" TaskDefinition 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Property "EnableFaultInjection" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Associated Types

type PropertyType "EnableFaultInjection" TaskDefinition 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "EnableFaultInjection" TaskDefinition = Value Bool

Methods

set :: PropertyType "EnableFaultInjection" TaskDefinition -> TaskDefinition -> TaskDefinition #

Property "EphemeralStorage" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Associated Types

type PropertyType "EphemeralStorage" TaskDefinition 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Methods

set :: PropertyType "EphemeralStorage" TaskDefinition -> TaskDefinition -> TaskDefinition #

Property "ExecutionRoleArn" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Associated Types

type PropertyType "ExecutionRoleArn" TaskDefinition 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "ExecutionRoleArn" TaskDefinition = Value Text

Methods

set :: PropertyType "ExecutionRoleArn" TaskDefinition -> TaskDefinition -> TaskDefinition #

Property "Family" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Associated Types

type PropertyType "Family" TaskDefinition 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Property "IpcMode" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Associated Types

type PropertyType "IpcMode" TaskDefinition 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Property "Memory" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Associated Types

type PropertyType "Memory" TaskDefinition 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Property "NetworkMode" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Associated Types

type PropertyType "NetworkMode" TaskDefinition 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "NetworkMode" TaskDefinition = Value Text
Property "PidMode" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Associated Types

type PropertyType "PidMode" TaskDefinition 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Property "PlacementConstraints" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Associated Types

type PropertyType "PlacementConstraints" TaskDefinition 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Methods

set :: PropertyType "PlacementConstraints" TaskDefinition -> TaskDefinition -> TaskDefinition #

Property "ProxyConfiguration" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Associated Types

type PropertyType "ProxyConfiguration" TaskDefinition 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Methods

set :: PropertyType "ProxyConfiguration" TaskDefinition -> TaskDefinition -> TaskDefinition #

Property "RequiresCompatibilities" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Associated Types

type PropertyType "RequiresCompatibilities" TaskDefinition 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "RequiresCompatibilities" TaskDefinition = ValueList Text

Methods

set :: PropertyType "RequiresCompatibilities" TaskDefinition -> TaskDefinition -> TaskDefinition #

Property "RuntimePlatform" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Associated Types

type PropertyType "RuntimePlatform" TaskDefinition 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Methods

set :: PropertyType "RuntimePlatform" TaskDefinition -> TaskDefinition -> TaskDefinition #

Property "Tags" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Associated Types

type PropertyType "Tags" TaskDefinition 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Property "TaskRoleArn" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Associated Types

type PropertyType "TaskRoleArn" TaskDefinition 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "TaskRoleArn" TaskDefinition = Value Text
Property "Volumes" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

Associated Types

type PropertyType "Volumes" TaskDefinition 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "ContainerDefinitions" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "Cpu" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "EnableFaultInjection" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "EnableFaultInjection" TaskDefinition = Value Bool
type PropertyType "EphemeralStorage" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "ExecutionRoleArn" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "ExecutionRoleArn" TaskDefinition = Value Text
type PropertyType "Family" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "IpcMode" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "Memory" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "NetworkMode" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "NetworkMode" TaskDefinition = Value Text
type PropertyType "PidMode" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "PlacementConstraints" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "ProxyConfiguration" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "RequiresCompatibilities" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "RequiresCompatibilities" TaskDefinition = ValueList Text
type PropertyType "RuntimePlatform" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "Tags" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "TaskRoleArn" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition

type PropertyType "TaskRoleArn" TaskDefinition = Value Text
type PropertyType "Volumes" TaskDefinition Source # 
Instance details

Defined in Stratosphere.ECS.TaskDefinition