stratosphere-batch-1.0.0: Stratosphere integration for AWS Batch.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Batch.JobDefinition.EcsPropertiesProperty

Documentation

data EcsTaskPropertiesProperty Source #

Instances

Instances details
ToJSON EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

Show EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

Eq EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

ToResourceProperties EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

Property "Containers" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

Property "EnableExecuteCommand" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

Associated Types

type PropertyType "EnableExecuteCommand" EcsTaskPropertiesProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

type PropertyType "EnableExecuteCommand" EcsTaskPropertiesProperty = Value Bool
Property "EphemeralStorage" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

Property "ExecutionRoleArn" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

Associated Types

type PropertyType "ExecutionRoleArn" EcsTaskPropertiesProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

Property "IpcMode" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

Property "NetworkConfiguration" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

Associated Types

type PropertyType "NetworkConfiguration" EcsTaskPropertiesProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

Property "PidMode" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

Property "PlatformVersion" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

Associated Types

type PropertyType "PlatformVersion" EcsTaskPropertiesProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

Property "RuntimePlatform" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

Property "TaskRoleArn" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

Property "Volumes" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

type PropertyType "Containers" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

type PropertyType "EnableExecuteCommand" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

type PropertyType "EnableExecuteCommand" EcsTaskPropertiesProperty = Value Bool
type PropertyType "EphemeralStorage" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

type PropertyType "ExecutionRoleArn" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

type PropertyType "IpcMode" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

type PropertyType "NetworkConfiguration" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

type PropertyType "PidMode" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

type PropertyType "PlatformVersion" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

type PropertyType "RuntimePlatform" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

type PropertyType "TaskRoleArn" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

type PropertyType "Volumes" EcsTaskPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsTaskPropertiesProperty

data TmpfsProperty Source #

Instances

Instances details
ToJSON TmpfsProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty

Show TmpfsProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty

Eq TmpfsProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty

ToResourceProperties TmpfsProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty

Property "ContainerPath" TmpfsProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty

Associated Types

type PropertyType "ContainerPath" TmpfsProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty

type PropertyType "ContainerPath" TmpfsProperty = Value Text

Methods

set :: PropertyType "ContainerPath" TmpfsProperty -> TmpfsProperty -> TmpfsProperty #

Property "MountOptions" TmpfsProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty

Associated Types

type PropertyType "MountOptions" TmpfsProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty

Property "Size" TmpfsProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty

Associated Types

type PropertyType "Size" TmpfsProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty

type PropertyType "ContainerPath" TmpfsProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty

type PropertyType "ContainerPath" TmpfsProperty = Value Text
type PropertyType "MountOptions" TmpfsProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty

type PropertyType "Size" TmpfsProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty

data EnvironmentProperty Source #

Instances

Instances details
ToJSON EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EnvironmentProperty

Show EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EnvironmentProperty

Eq EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EnvironmentProperty

ToResourceProperties EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EnvironmentProperty

Property "Name" EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EnvironmentProperty

Property "Value" EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EnvironmentProperty

type PropertyType "Name" EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EnvironmentProperty

type PropertyType "Value" EnvironmentProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EnvironmentProperty

data ResourceRequirementProperty Source #

Instances

Instances details
ToJSON ResourceRequirementProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.ResourceRequirementProperty

Show ResourceRequirementProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.ResourceRequirementProperty

Eq ResourceRequirementProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.ResourceRequirementProperty

ToResourceProperties ResourceRequirementProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.ResourceRequirementProperty

Property "Type" ResourceRequirementProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.ResourceRequirementProperty

Property "Value" ResourceRequirementProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.ResourceRequirementProperty

type PropertyType "Type" ResourceRequirementProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.ResourceRequirementProperty

type PropertyType "Value" ResourceRequirementProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.ResourceRequirementProperty

data TaskContainerPropertiesProperty Source #

Instances

Instances details
ToJSON TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

Show TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

Eq TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

ToResourceProperties TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

Property "Command" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

Property "DependsOn" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

Property "Environment" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

Property "Essential" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

Property "FirelensConfiguration" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

Property "Image" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

Property "LinuxParameters" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

Property "LogConfiguration" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

Property "MountPoints" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

Property "Name" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

Property "Privileged" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

Property "ReadonlyRootFilesystem" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

Associated Types

type PropertyType "ReadonlyRootFilesystem" TaskContainerPropertiesProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

type PropertyType "ReadonlyRootFilesystem" TaskContainerPropertiesProperty = Value Bool
Property "RepositoryCredentials" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

Property "ResourceRequirements" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

Property "Secrets" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

Property "Ulimits" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

Property "User" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

type PropertyType "Command" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

type PropertyType "DependsOn" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

type PropertyType "Environment" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

type PropertyType "Essential" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

type PropertyType "FirelensConfiguration" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

type PropertyType "Image" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

type PropertyType "LinuxParameters" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

type PropertyType "LogConfiguration" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

type PropertyType "MountPoints" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

type PropertyType "Name" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

type PropertyType "Privileged" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

type PropertyType "ReadonlyRootFilesystem" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

type PropertyType "ReadonlyRootFilesystem" TaskContainerPropertiesProperty = Value Bool
type PropertyType "RepositoryCredentials" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

type PropertyType "ResourceRequirements" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

type PropertyType "Secrets" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

type PropertyType "Ulimits" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

type PropertyType "User" TaskContainerPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty

data EphemeralStorageProperty Source #

Instances

Instances details
ToJSON EphemeralStorageProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EphemeralStorageProperty

Show EphemeralStorageProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EphemeralStorageProperty

Eq EphemeralStorageProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EphemeralStorageProperty

ToResourceProperties EphemeralStorageProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EphemeralStorageProperty

Property "SizeInGiB" EphemeralStorageProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EphemeralStorageProperty

type PropertyType "SizeInGiB" EphemeralStorageProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EphemeralStorageProperty

data LinuxParametersProperty Source #

Instances

Instances details
ToJSON LinuxParametersProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty

Show LinuxParametersProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty

Eq LinuxParametersProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty

ToResourceProperties LinuxParametersProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty

Property "Devices" LinuxParametersProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty

Property "InitProcessEnabled" LinuxParametersProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty

Associated Types

type PropertyType "InitProcessEnabled" LinuxParametersProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty

type PropertyType "InitProcessEnabled" LinuxParametersProperty = Value Bool
Property "MaxSwap" LinuxParametersProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty

Property "SharedMemorySize" LinuxParametersProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty

Associated Types

type PropertyType "SharedMemorySize" LinuxParametersProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty

Property "Swappiness" LinuxParametersProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty

Property "Tmpfs" LinuxParametersProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty

type PropertyType "Devices" LinuxParametersProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty

type PropertyType "InitProcessEnabled" LinuxParametersProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty

type PropertyType "InitProcessEnabled" LinuxParametersProperty = Value Bool
type PropertyType "MaxSwap" LinuxParametersProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty

type PropertyType "SharedMemorySize" LinuxParametersProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty

type PropertyType "Swappiness" LinuxParametersProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty

type PropertyType "Tmpfs" LinuxParametersProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty

data LogConfigurationProperty Source #

Instances

Instances details
ToJSON LogConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LogConfigurationProperty

Show LogConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LogConfigurationProperty

Eq LogConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LogConfigurationProperty

ToResourceProperties LogConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LogConfigurationProperty

Property "LogDriver" LogConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LogConfigurationProperty

Property "Options" LogConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LogConfigurationProperty

Property "SecretOptions" LogConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LogConfigurationProperty

Associated Types

type PropertyType "SecretOptions" LogConfigurationProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LogConfigurationProperty

type PropertyType "LogDriver" LogConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LogConfigurationProperty

type PropertyType "Options" LogConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LogConfigurationProperty

type PropertyType "SecretOptions" LogConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.LogConfigurationProperty

data MountPointProperty Source #

Instances

Instances details
ToJSON MountPointProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.MountPointProperty

Show MountPointProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.MountPointProperty

Eq MountPointProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.MountPointProperty

ToResourceProperties MountPointProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.MountPointProperty

Property "ContainerPath" MountPointProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.MountPointProperty

Associated Types

type PropertyType "ContainerPath" MountPointProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.MountPointProperty

type PropertyType "ContainerPath" MountPointProperty = Value Text
Property "ReadOnly" MountPointProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.MountPointProperty

Associated Types

type PropertyType "ReadOnly" MountPointProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.MountPointProperty

Property "SourceVolume" MountPointProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.MountPointProperty

Associated Types

type PropertyType "SourceVolume" MountPointProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.MountPointProperty

type PropertyType "ContainerPath" MountPointProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.MountPointProperty

type PropertyType "ContainerPath" MountPointProperty = Value Text
type PropertyType "ReadOnly" MountPointProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.MountPointProperty

type PropertyType "SourceVolume" MountPointProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.MountPointProperty

data NetworkConfigurationProperty Source #

Instances

Instances details
ToJSON NetworkConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.NetworkConfigurationProperty

Show NetworkConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.NetworkConfigurationProperty

Eq NetworkConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.NetworkConfigurationProperty

ToResourceProperties NetworkConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.NetworkConfigurationProperty

Property "AssignPublicIp" NetworkConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.NetworkConfigurationProperty

type PropertyType "AssignPublicIp" NetworkConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.NetworkConfigurationProperty

data RepositoryCredentialsProperty Source #

Instances

Instances details
ToJSON RepositoryCredentialsProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.RepositoryCredentialsProperty

Show RepositoryCredentialsProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.RepositoryCredentialsProperty

Eq RepositoryCredentialsProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.RepositoryCredentialsProperty

ToResourceProperties RepositoryCredentialsProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.RepositoryCredentialsProperty

Property "CredentialsParameter" RepositoryCredentialsProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.RepositoryCredentialsProperty

Associated Types

type PropertyType "CredentialsParameter" RepositoryCredentialsProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.RepositoryCredentialsProperty

type PropertyType "CredentialsParameter" RepositoryCredentialsProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.RepositoryCredentialsProperty

data RuntimePlatformProperty Source #

Instances

Instances details
ToJSON RuntimePlatformProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.RuntimePlatformProperty

Show RuntimePlatformProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.RuntimePlatformProperty

Eq RuntimePlatformProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.RuntimePlatformProperty

ToResourceProperties RuntimePlatformProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.RuntimePlatformProperty

Property "CpuArchitecture" RuntimePlatformProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.RuntimePlatformProperty

Associated Types

type PropertyType "CpuArchitecture" RuntimePlatformProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.RuntimePlatformProperty

Property "OperatingSystemFamily" RuntimePlatformProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.RuntimePlatformProperty

Associated Types

type PropertyType "OperatingSystemFamily" RuntimePlatformProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.RuntimePlatformProperty

type PropertyType "OperatingSystemFamily" RuntimePlatformProperty = Value Text
type PropertyType "CpuArchitecture" RuntimePlatformProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.RuntimePlatformProperty

type PropertyType "OperatingSystemFamily" RuntimePlatformProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.RuntimePlatformProperty

type PropertyType "OperatingSystemFamily" RuntimePlatformProperty = Value Text

data SecretProperty Source #

Instances

Instances details
ToJSON SecretProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.SecretProperty

Show SecretProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.SecretProperty

Eq SecretProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.SecretProperty

ToResourceProperties SecretProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.SecretProperty

Property "Name" SecretProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.SecretProperty

Associated Types

type PropertyType "Name" SecretProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.SecretProperty

Property "ValueFrom" SecretProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.SecretProperty

Associated Types

type PropertyType "ValueFrom" SecretProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.SecretProperty

type PropertyType "Name" SecretProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.SecretProperty

type PropertyType "ValueFrom" SecretProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.SecretProperty

data UlimitProperty Source #

Instances

Instances details
ToJSON UlimitProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.UlimitProperty

Show UlimitProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.UlimitProperty

Eq UlimitProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.UlimitProperty

ToResourceProperties UlimitProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.UlimitProperty

Property "HardLimit" UlimitProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.UlimitProperty

Associated Types

type PropertyType "HardLimit" UlimitProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.UlimitProperty

Property "Name" UlimitProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.UlimitProperty

Associated Types

type PropertyType "Name" UlimitProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.UlimitProperty

Property "SoftLimit" UlimitProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.UlimitProperty

Associated Types

type PropertyType "SoftLimit" UlimitProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.UlimitProperty

type PropertyType "HardLimit" UlimitProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.UlimitProperty

type PropertyType "Name" UlimitProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.UlimitProperty

type PropertyType "SoftLimit" UlimitProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.UlimitProperty

data VolumeProperty Source #

Instances

Instances details
ToJSON VolumeProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.VolumeProperty

Show VolumeProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.VolumeProperty

Eq VolumeProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.VolumeProperty

ToResourceProperties VolumeProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.VolumeProperty

Property "EfsVolumeConfiguration" VolumeProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.VolumeProperty

Associated Types

type PropertyType "EfsVolumeConfiguration" VolumeProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.VolumeProperty

Methods

set :: PropertyType "EfsVolumeConfiguration" VolumeProperty -> VolumeProperty -> VolumeProperty #

Property "Host" VolumeProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.VolumeProperty

Associated Types

type PropertyType "Host" VolumeProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.VolumeProperty

Property "Name" VolumeProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.VolumeProperty

Associated Types

type PropertyType "Name" VolumeProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.VolumeProperty

type PropertyType "EfsVolumeConfiguration" VolumeProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.VolumeProperty

type PropertyType "Host" VolumeProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.VolumeProperty

type PropertyType "Name" VolumeProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.VolumeProperty

data DeviceProperty Source #

Instances

Instances details
ToJSON DeviceProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.DeviceProperty

Show DeviceProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.DeviceProperty

Eq DeviceProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.DeviceProperty

ToResourceProperties DeviceProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.DeviceProperty

Property "ContainerPath" DeviceProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.DeviceProperty

Associated Types

type PropertyType "ContainerPath" DeviceProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.DeviceProperty

type PropertyType "ContainerPath" DeviceProperty = Value Text
Property "HostPath" DeviceProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.DeviceProperty

Associated Types

type PropertyType "HostPath" DeviceProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.DeviceProperty

Property "Permissions" DeviceProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.DeviceProperty

Associated Types

type PropertyType "Permissions" DeviceProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.DeviceProperty

type PropertyType "ContainerPath" DeviceProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.DeviceProperty

type PropertyType "ContainerPath" DeviceProperty = Value Text
type PropertyType "HostPath" DeviceProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.DeviceProperty

type PropertyType "Permissions" DeviceProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.DeviceProperty

data EFSAuthorizationConfigProperty Source #

Instances

Instances details
ToJSON EFSAuthorizationConfigProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSAuthorizationConfigProperty

Show EFSAuthorizationConfigProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSAuthorizationConfigProperty

Eq EFSAuthorizationConfigProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSAuthorizationConfigProperty

ToResourceProperties EFSAuthorizationConfigProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSAuthorizationConfigProperty

Property "AccessPointId" EFSAuthorizationConfigProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSAuthorizationConfigProperty

Property "Iam" EFSAuthorizationConfigProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSAuthorizationConfigProperty

type PropertyType "AccessPointId" EFSAuthorizationConfigProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSAuthorizationConfigProperty

type PropertyType "Iam" EFSAuthorizationConfigProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSAuthorizationConfigProperty

data EFSVolumeConfigurationProperty Source #

Instances

Instances details
ToJSON EFSVolumeConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty

Show EFSVolumeConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty

Eq EFSVolumeConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty

ToResourceProperties EFSVolumeConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty

Property "AuthorizationConfig" EFSVolumeConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty

Property "FileSystemId" EFSVolumeConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty

Property "RootDirectory" EFSVolumeConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty

Property "TransitEncryption" EFSVolumeConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty

Property "TransitEncryptionPort" EFSVolumeConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty

Associated Types

type PropertyType "TransitEncryptionPort" EFSVolumeConfigurationProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty

type PropertyType "AuthorizationConfig" EFSVolumeConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty

type PropertyType "FileSystemId" EFSVolumeConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty

type PropertyType "RootDirectory" EFSVolumeConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty

type PropertyType "TransitEncryption" EFSVolumeConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty

type PropertyType "TransitEncryptionPort" EFSVolumeConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty

data FirelensConfigurationProperty Source #

Instances

Instances details
ToJSON FirelensConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.FirelensConfigurationProperty

Show FirelensConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.FirelensConfigurationProperty

Eq FirelensConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.FirelensConfigurationProperty

ToResourceProperties FirelensConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.FirelensConfigurationProperty

Property "Options" FirelensConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.FirelensConfigurationProperty

Property "Type" FirelensConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.FirelensConfigurationProperty

type PropertyType "Options" FirelensConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.FirelensConfigurationProperty

type PropertyType "Type" FirelensConfigurationProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.FirelensConfigurationProperty

data HostProperty Source #

Constructors

HostProperty 

Instances

Instances details
ToJSON HostProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.HostProperty

Show HostProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.HostProperty

Eq HostProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.HostProperty

ToResourceProperties HostProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.HostProperty

Property "SourcePath" HostProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.HostProperty

Associated Types

type PropertyType "SourcePath" HostProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.HostProperty

type PropertyType "SourcePath" HostProperty = Value Text
type PropertyType "SourcePath" HostProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.HostProperty

type PropertyType "SourcePath" HostProperty = Value Text

data TaskContainerDependencyProperty Source #

Instances

Instances details
ToJSON TaskContainerDependencyProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerDependencyProperty

Show TaskContainerDependencyProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerDependencyProperty

Eq TaskContainerDependencyProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerDependencyProperty

ToResourceProperties TaskContainerDependencyProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerDependencyProperty

Property "Condition" TaskContainerDependencyProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerDependencyProperty

Property "ContainerName" TaskContainerDependencyProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerDependencyProperty

type PropertyType "Condition" TaskContainerDependencyProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerDependencyProperty

type PropertyType "ContainerName" TaskContainerDependencyProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.TaskContainerDependencyProperty

data EcsPropertiesProperty Source #

Instances

Instances details
ToJSON EcsPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsPropertiesProperty

Show EcsPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsPropertiesProperty

Eq EcsPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsPropertiesProperty

ToResourceProperties EcsPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsPropertiesProperty

Property "TaskProperties" EcsPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsPropertiesProperty

Associated Types

type PropertyType "TaskProperties" EcsPropertiesProperty 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsPropertiesProperty

type PropertyType "TaskProperties" EcsPropertiesProperty Source # 
Instance details

Defined in Stratosphere.Batch.JobDefinition.EcsPropertiesProperty