| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Batch.JobDefinition.MultiNodeEcsPropertiesProperty
Documentation
data MultiNodeEcsTaskPropertiesProperty Source #
Constructors
| MultiNodeEcsTaskPropertiesProperty | |
Fields
| |
Instances
data TmpfsProperty Source #
Constructors
| TmpfsProperty | |
Fields
| |
Instances
| ToJSON TmpfsProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty Methods toJSON :: TmpfsProperty -> Value # toEncoding :: TmpfsProperty -> Encoding # toJSONList :: [TmpfsProperty] -> Value # toEncodingList :: [TmpfsProperty] -> Encoding # omitField :: TmpfsProperty -> Bool # | |||||
| Show TmpfsProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty Methods showsPrec :: Int -> TmpfsProperty -> ShowS # show :: TmpfsProperty -> String # showList :: [TmpfsProperty] -> ShowS # | |||||
| Eq TmpfsProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty Methods (==) :: TmpfsProperty -> TmpfsProperty -> Bool # (/=) :: TmpfsProperty -> TmpfsProperty -> Bool # | |||||
| ToResourceProperties TmpfsProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty Methods toResourceProperties :: TmpfsProperty -> ResourceProperties # | |||||
| Property "ContainerPath" TmpfsProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty Associated Types
Methods set :: PropertyType "ContainerPath" TmpfsProperty -> TmpfsProperty -> TmpfsProperty # | |||||
| Property "MountOptions" TmpfsProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty Associated Types
Methods set :: PropertyType "MountOptions" TmpfsProperty -> TmpfsProperty -> TmpfsProperty # | |||||
| Property "Size" TmpfsProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TmpfsProperty Associated Types
Methods set :: PropertyType "Size" TmpfsProperty -> TmpfsProperty -> TmpfsProperty # | |||||
| type PropertyType "ContainerPath" TmpfsProperty Source # | |||||
| type PropertyType "MountOptions" TmpfsProperty Source # | |||||
| type PropertyType "Size" TmpfsProperty Source # | |||||
data EnvironmentProperty Source #
Constructors
| EnvironmentProperty | |
Fields | |
Instances
| ToJSON EnvironmentProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EnvironmentProperty Methods toJSON :: EnvironmentProperty -> Value # toEncoding :: EnvironmentProperty -> Encoding # toJSONList :: [EnvironmentProperty] -> Value # toEncodingList :: [EnvironmentProperty] -> Encoding # omitField :: EnvironmentProperty -> Bool # | |||||
| Show EnvironmentProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EnvironmentProperty Methods showsPrec :: Int -> EnvironmentProperty -> ShowS # show :: EnvironmentProperty -> String # showList :: [EnvironmentProperty] -> ShowS # | |||||
| Eq EnvironmentProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EnvironmentProperty Methods (==) :: EnvironmentProperty -> EnvironmentProperty -> Bool # (/=) :: EnvironmentProperty -> EnvironmentProperty -> Bool # | |||||
| ToResourceProperties EnvironmentProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EnvironmentProperty Methods toResourceProperties :: EnvironmentProperty -> ResourceProperties # | |||||
| Property "Name" EnvironmentProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EnvironmentProperty Associated Types
Methods set :: PropertyType "Name" EnvironmentProperty -> EnvironmentProperty -> EnvironmentProperty # | |||||
| Property "Value" EnvironmentProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EnvironmentProperty Associated Types
Methods set :: PropertyType "Value" EnvironmentProperty -> EnvironmentProperty -> EnvironmentProperty # | |||||
| type PropertyType "Name" EnvironmentProperty Source # | |||||
| type PropertyType "Value" EnvironmentProperty Source # | |||||
data ResourceRequirementProperty Source #
Constructors
| ResourceRequirementProperty | |
Instances
| ToJSON ResourceRequirementProperty Source # | |||||
| Show ResourceRequirementProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.ResourceRequirementProperty Methods showsPrec :: Int -> ResourceRequirementProperty -> ShowS # show :: ResourceRequirementProperty -> String # showList :: [ResourceRequirementProperty] -> ShowS # | |||||
| Eq ResourceRequirementProperty Source # | |||||
| ToResourceProperties ResourceRequirementProperty Source # | |||||
| Property "Type" ResourceRequirementProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.ResourceRequirementProperty Associated Types
Methods set :: PropertyType "Type" ResourceRequirementProperty -> ResourceRequirementProperty -> ResourceRequirementProperty # | |||||
| Property "Value" ResourceRequirementProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.ResourceRequirementProperty Associated Types
Methods set :: PropertyType "Value" ResourceRequirementProperty -> ResourceRequirementProperty -> ResourceRequirementProperty # | |||||
| type PropertyType "Type" ResourceRequirementProperty Source # | |||||
| type PropertyType "Value" ResourceRequirementProperty Source # | |||||
data TaskContainerPropertiesProperty Source #
Constructors
| TaskContainerPropertiesProperty | |
Fields
| |
Instances
| ToJSON TaskContainerPropertiesProperty Source # | |||||
| Show TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty Methods showsPrec :: Int -> TaskContainerPropertiesProperty -> ShowS # | |||||
| Eq TaskContainerPropertiesProperty Source # | |||||
| ToResourceProperties TaskContainerPropertiesProperty Source # | |||||
| Property "Command" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty Associated Types
Methods set :: PropertyType "Command" TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty # | |||||
| Property "DependsOn" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty Associated Types
Methods set :: PropertyType "DependsOn" TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty # | |||||
| Property "Environment" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty Associated Types
Methods set :: PropertyType "Environment" TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty # | |||||
| Property "Essential" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty Associated Types
Methods set :: PropertyType "Essential" TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty # | |||||
| Property "FirelensConfiguration" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty Associated Types
Methods set :: PropertyType "FirelensConfiguration" TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty # | |||||
| Property "Image" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty Associated Types
Methods set :: PropertyType "Image" TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty # | |||||
| Property "LinuxParameters" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty Associated Types
Methods set :: PropertyType "LinuxParameters" TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty # | |||||
| Property "LogConfiguration" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty Associated Types
Methods set :: PropertyType "LogConfiguration" TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty # | |||||
| Property "MountPoints" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty Associated Types
Methods set :: PropertyType "MountPoints" TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty # | |||||
| Property "Name" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty Associated Types
Methods set :: PropertyType "Name" TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty # | |||||
| Property "Privileged" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty Associated Types
Methods set :: PropertyType "Privileged" TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty # | |||||
| Property "ReadonlyRootFilesystem" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty Associated Types
Methods set :: PropertyType "ReadonlyRootFilesystem" TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty # | |||||
| Property "RepositoryCredentials" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty Associated Types
Methods set :: PropertyType "RepositoryCredentials" TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty # | |||||
| Property "ResourceRequirements" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty Associated Types
Methods set :: PropertyType "ResourceRequirements" TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty # | |||||
| Property "Secrets" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty Associated Types
Methods set :: PropertyType "Secrets" TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty # | |||||
| Property "Ulimits" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty Associated Types
Methods set :: PropertyType "Ulimits" TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty # | |||||
| Property "User" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty Associated Types
Methods set :: PropertyType "User" TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty -> TaskContainerPropertiesProperty # | |||||
| type PropertyType "Command" TaskContainerPropertiesProperty Source # | |||||
| type PropertyType "DependsOn" TaskContainerPropertiesProperty Source # | |||||
| type PropertyType "Environment" TaskContainerPropertiesProperty Source # | |||||
| type PropertyType "Essential" TaskContainerPropertiesProperty Source # | |||||
| type PropertyType "FirelensConfiguration" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty type PropertyType "FirelensConfiguration" TaskContainerPropertiesProperty = FirelensConfigurationProperty | |||||
| type PropertyType "Image" TaskContainerPropertiesProperty Source # | |||||
| type PropertyType "LinuxParameters" TaskContainerPropertiesProperty Source # | |||||
| type PropertyType "LogConfiguration" TaskContainerPropertiesProperty Source # | |||||
| type PropertyType "MountPoints" TaskContainerPropertiesProperty Source # | |||||
| type PropertyType "Name" TaskContainerPropertiesProperty Source # | |||||
| type PropertyType "Privileged" TaskContainerPropertiesProperty Source # | |||||
| type PropertyType "ReadonlyRootFilesystem" TaskContainerPropertiesProperty Source # | |||||
| type PropertyType "RepositoryCredentials" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty type PropertyType "RepositoryCredentials" TaskContainerPropertiesProperty = RepositoryCredentialsProperty | |||||
| type PropertyType "ResourceRequirements" TaskContainerPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerPropertiesProperty type PropertyType "ResourceRequirements" TaskContainerPropertiesProperty = [ResourceRequirementProperty] | |||||
| type PropertyType "Secrets" TaskContainerPropertiesProperty Source # | |||||
| type PropertyType "Ulimits" TaskContainerPropertiesProperty Source # | |||||
| type PropertyType "User" TaskContainerPropertiesProperty Source # | |||||
data LinuxParametersProperty Source #
Constructors
| LinuxParametersProperty | |
Fields
| |
Instances
| ToJSON LinuxParametersProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty Methods toJSON :: LinuxParametersProperty -> Value # toEncoding :: LinuxParametersProperty -> Encoding # toJSONList :: [LinuxParametersProperty] -> Value # | |||||
| Show LinuxParametersProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty Methods showsPrec :: Int -> LinuxParametersProperty -> ShowS # show :: LinuxParametersProperty -> String # showList :: [LinuxParametersProperty] -> ShowS # | |||||
| Eq LinuxParametersProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty Methods (==) :: LinuxParametersProperty -> LinuxParametersProperty -> Bool # (/=) :: LinuxParametersProperty -> LinuxParametersProperty -> Bool # | |||||
| ToResourceProperties LinuxParametersProperty Source # | |||||
| Property "Devices" LinuxParametersProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty Associated Types
Methods set :: PropertyType "Devices" LinuxParametersProperty -> LinuxParametersProperty -> LinuxParametersProperty # | |||||
| Property "InitProcessEnabled" LinuxParametersProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty Associated Types
Methods set :: PropertyType "InitProcessEnabled" LinuxParametersProperty -> LinuxParametersProperty -> LinuxParametersProperty # | |||||
| Property "MaxSwap" LinuxParametersProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty Associated Types
Methods set :: PropertyType "MaxSwap" LinuxParametersProperty -> LinuxParametersProperty -> LinuxParametersProperty # | |||||
| Property "SharedMemorySize" LinuxParametersProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty Associated Types
Methods set :: PropertyType "SharedMemorySize" LinuxParametersProperty -> LinuxParametersProperty -> LinuxParametersProperty # | |||||
| Property "Swappiness" LinuxParametersProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty Associated Types
Methods set :: PropertyType "Swappiness" LinuxParametersProperty -> LinuxParametersProperty -> LinuxParametersProperty # | |||||
| Property "Tmpfs" LinuxParametersProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.LinuxParametersProperty Associated Types
Methods set :: PropertyType "Tmpfs" LinuxParametersProperty -> LinuxParametersProperty -> LinuxParametersProperty # | |||||
| type PropertyType "Devices" LinuxParametersProperty Source # | |||||
| type PropertyType "InitProcessEnabled" LinuxParametersProperty Source # | |||||
| type PropertyType "MaxSwap" LinuxParametersProperty Source # | |||||
| type PropertyType "SharedMemorySize" LinuxParametersProperty Source # | |||||
| type PropertyType "Swappiness" LinuxParametersProperty Source # | |||||
| type PropertyType "Tmpfs" LinuxParametersProperty Source # | |||||
data LogConfigurationProperty Source #
Constructors
| LogConfigurationProperty | |
Fields
| |
Instances
| ToJSON LogConfigurationProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.LogConfigurationProperty Methods toJSON :: LogConfigurationProperty -> Value # toEncoding :: LogConfigurationProperty -> Encoding # toJSONList :: [LogConfigurationProperty] -> Value # | |||||
| Show LogConfigurationProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.LogConfigurationProperty Methods showsPrec :: Int -> LogConfigurationProperty -> ShowS # show :: LogConfigurationProperty -> String # showList :: [LogConfigurationProperty] -> ShowS # | |||||
| Eq LogConfigurationProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.LogConfigurationProperty Methods (==) :: LogConfigurationProperty -> LogConfigurationProperty -> Bool # (/=) :: LogConfigurationProperty -> LogConfigurationProperty -> Bool # | |||||
| ToResourceProperties LogConfigurationProperty Source # | |||||
| Property "LogDriver" LogConfigurationProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.LogConfigurationProperty Associated Types
Methods set :: PropertyType "LogDriver" LogConfigurationProperty -> LogConfigurationProperty -> LogConfigurationProperty # | |||||
| Property "Options" LogConfigurationProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.LogConfigurationProperty Associated Types
Methods set :: PropertyType "Options" LogConfigurationProperty -> LogConfigurationProperty -> LogConfigurationProperty # | |||||
| Property "SecretOptions" LogConfigurationProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.LogConfigurationProperty Associated Types
Methods set :: PropertyType "SecretOptions" LogConfigurationProperty -> LogConfigurationProperty -> LogConfigurationProperty # | |||||
| type PropertyType "LogDriver" LogConfigurationProperty Source # | |||||
| type PropertyType "Options" LogConfigurationProperty Source # | |||||
| type PropertyType "SecretOptions" LogConfigurationProperty Source # | |||||
data MountPointProperty Source #
Constructors
| MountPointProperty | |
Fields
| |
Instances
| ToJSON MountPointProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.MountPointProperty Methods toJSON :: MountPointProperty -> Value # toEncoding :: MountPointProperty -> Encoding # toJSONList :: [MountPointProperty] -> Value # toEncodingList :: [MountPointProperty] -> Encoding # omitField :: MountPointProperty -> Bool # | |||||
| Show MountPointProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.MountPointProperty Methods showsPrec :: Int -> MountPointProperty -> ShowS # show :: MountPointProperty -> String # showList :: [MountPointProperty] -> ShowS # | |||||
| Eq MountPointProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.MountPointProperty Methods (==) :: MountPointProperty -> MountPointProperty -> Bool # (/=) :: MountPointProperty -> MountPointProperty -> Bool # | |||||
| ToResourceProperties MountPointProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.MountPointProperty Methods toResourceProperties :: MountPointProperty -> ResourceProperties # | |||||
| Property "ContainerPath" MountPointProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.MountPointProperty Associated Types
Methods set :: PropertyType "ContainerPath" MountPointProperty -> MountPointProperty -> MountPointProperty # | |||||
| Property "ReadOnly" MountPointProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.MountPointProperty Associated Types
Methods set :: PropertyType "ReadOnly" MountPointProperty -> MountPointProperty -> MountPointProperty # | |||||
| Property "SourceVolume" MountPointProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.MountPointProperty Associated Types
Methods set :: PropertyType "SourceVolume" MountPointProperty -> MountPointProperty -> MountPointProperty # | |||||
| type PropertyType "ContainerPath" MountPointProperty Source # | |||||
| type PropertyType "ReadOnly" MountPointProperty Source # | |||||
| type PropertyType "SourceVolume" MountPointProperty Source # | |||||
data RepositoryCredentialsProperty Source #
Constructors
| RepositoryCredentialsProperty | |
Fields
| |
Instances
| ToJSON RepositoryCredentialsProperty Source # | |||||
| Show RepositoryCredentialsProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.RepositoryCredentialsProperty Methods showsPrec :: Int -> RepositoryCredentialsProperty -> ShowS # show :: RepositoryCredentialsProperty -> String # showList :: [RepositoryCredentialsProperty] -> ShowS # | |||||
| Eq RepositoryCredentialsProperty Source # | |||||
| ToResourceProperties RepositoryCredentialsProperty Source # | |||||
| Property "CredentialsParameter" RepositoryCredentialsProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.RepositoryCredentialsProperty Associated Types
Methods set :: PropertyType "CredentialsParameter" RepositoryCredentialsProperty -> RepositoryCredentialsProperty -> RepositoryCredentialsProperty # | |||||
| type PropertyType "CredentialsParameter" RepositoryCredentialsProperty Source # | |||||
data SecretProperty Source #
Constructors
| SecretProperty | |
Instances
| ToJSON SecretProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.SecretProperty Methods toJSON :: SecretProperty -> Value # toEncoding :: SecretProperty -> Encoding # toJSONList :: [SecretProperty] -> Value # toEncodingList :: [SecretProperty] -> Encoding # omitField :: SecretProperty -> Bool # | |||||
| Show SecretProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.SecretProperty Methods showsPrec :: Int -> SecretProperty -> ShowS # show :: SecretProperty -> String # showList :: [SecretProperty] -> ShowS # | |||||
| Eq SecretProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.SecretProperty Methods (==) :: SecretProperty -> SecretProperty -> Bool # (/=) :: SecretProperty -> SecretProperty -> Bool # | |||||
| ToResourceProperties SecretProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.SecretProperty Methods toResourceProperties :: SecretProperty -> ResourceProperties # | |||||
| Property "Name" SecretProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.SecretProperty Associated Types
Methods set :: PropertyType "Name" SecretProperty -> SecretProperty -> SecretProperty # | |||||
| Property "ValueFrom" SecretProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.SecretProperty Associated Types
Methods set :: PropertyType "ValueFrom" SecretProperty -> SecretProperty -> SecretProperty # | |||||
| type PropertyType "Name" SecretProperty Source # | |||||
| type PropertyType "ValueFrom" SecretProperty Source # | |||||
data UlimitProperty Source #
Constructors
| UlimitProperty | |
Instances
| ToJSON UlimitProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.UlimitProperty Methods toJSON :: UlimitProperty -> Value # toEncoding :: UlimitProperty -> Encoding # toJSONList :: [UlimitProperty] -> Value # toEncodingList :: [UlimitProperty] -> Encoding # omitField :: UlimitProperty -> Bool # | |||||
| Show UlimitProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.UlimitProperty Methods showsPrec :: Int -> UlimitProperty -> ShowS # show :: UlimitProperty -> String # showList :: [UlimitProperty] -> ShowS # | |||||
| Eq UlimitProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.UlimitProperty Methods (==) :: UlimitProperty -> UlimitProperty -> Bool # (/=) :: UlimitProperty -> UlimitProperty -> Bool # | |||||
| ToResourceProperties UlimitProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.UlimitProperty Methods toResourceProperties :: UlimitProperty -> ResourceProperties # | |||||
| Property "HardLimit" UlimitProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.UlimitProperty Associated Types
Methods set :: PropertyType "HardLimit" UlimitProperty -> UlimitProperty -> UlimitProperty # | |||||
| Property "Name" UlimitProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.UlimitProperty Associated Types
Methods set :: PropertyType "Name" UlimitProperty -> UlimitProperty -> UlimitProperty # | |||||
| Property "SoftLimit" UlimitProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.UlimitProperty Associated Types
Methods set :: PropertyType "SoftLimit" UlimitProperty -> UlimitProperty -> UlimitProperty # | |||||
| type PropertyType "HardLimit" UlimitProperty Source # | |||||
| type PropertyType "Name" UlimitProperty Source # | |||||
| type PropertyType "SoftLimit" UlimitProperty Source # | |||||
data VolumeProperty Source #
Constructors
| VolumeProperty | |
Fields | |
Instances
| ToJSON VolumeProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.VolumeProperty Methods toJSON :: VolumeProperty -> Value # toEncoding :: VolumeProperty -> Encoding # toJSONList :: [VolumeProperty] -> Value # toEncodingList :: [VolumeProperty] -> Encoding # omitField :: VolumeProperty -> Bool # | |||||
| Show VolumeProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.VolumeProperty Methods showsPrec :: Int -> VolumeProperty -> ShowS # show :: VolumeProperty -> String # showList :: [VolumeProperty] -> ShowS # | |||||
| Eq VolumeProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.VolumeProperty Methods (==) :: VolumeProperty -> VolumeProperty -> Bool # (/=) :: VolumeProperty -> VolumeProperty -> Bool # | |||||
| ToResourceProperties VolumeProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.VolumeProperty Methods toResourceProperties :: VolumeProperty -> ResourceProperties # | |||||
| Property "EfsVolumeConfiguration" VolumeProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.VolumeProperty Associated Types
Methods set :: PropertyType "EfsVolumeConfiguration" VolumeProperty -> VolumeProperty -> VolumeProperty # | |||||
| Property "Host" VolumeProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.VolumeProperty Associated Types
Methods set :: PropertyType "Host" VolumeProperty -> VolumeProperty -> VolumeProperty # | |||||
| Property "Name" VolumeProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.VolumeProperty Associated Types
Methods set :: PropertyType "Name" VolumeProperty -> VolumeProperty -> VolumeProperty # | |||||
| type PropertyType "EfsVolumeConfiguration" VolumeProperty Source # | |||||
| type PropertyType "Host" VolumeProperty Source # | |||||
| type PropertyType "Name" VolumeProperty Source # | |||||
data DeviceProperty Source #
Constructors
| DeviceProperty | |
Fields
| |
Instances
| ToJSON DeviceProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.DeviceProperty Methods toJSON :: DeviceProperty -> Value # toEncoding :: DeviceProperty -> Encoding # toJSONList :: [DeviceProperty] -> Value # toEncodingList :: [DeviceProperty] -> Encoding # omitField :: DeviceProperty -> Bool # | |||||
| Show DeviceProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.DeviceProperty Methods showsPrec :: Int -> DeviceProperty -> ShowS # show :: DeviceProperty -> String # showList :: [DeviceProperty] -> ShowS # | |||||
| Eq DeviceProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.DeviceProperty Methods (==) :: DeviceProperty -> DeviceProperty -> Bool # (/=) :: DeviceProperty -> DeviceProperty -> Bool # | |||||
| ToResourceProperties DeviceProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.DeviceProperty Methods toResourceProperties :: DeviceProperty -> ResourceProperties # | |||||
| Property "ContainerPath" DeviceProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.DeviceProperty Associated Types
Methods set :: PropertyType "ContainerPath" DeviceProperty -> DeviceProperty -> DeviceProperty # | |||||
| Property "HostPath" DeviceProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.DeviceProperty Associated Types
Methods set :: PropertyType "HostPath" DeviceProperty -> DeviceProperty -> DeviceProperty # | |||||
| Property "Permissions" DeviceProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.DeviceProperty Associated Types
Methods set :: PropertyType "Permissions" DeviceProperty -> DeviceProperty -> DeviceProperty # | |||||
| type PropertyType "ContainerPath" DeviceProperty Source # | |||||
| type PropertyType "HostPath" DeviceProperty Source # | |||||
| type PropertyType "Permissions" DeviceProperty Source # | |||||
data EFSAuthorizationConfigProperty Source #
Constructors
| EFSAuthorizationConfigProperty | |
Fields
| |
Instances
| ToJSON EFSAuthorizationConfigProperty Source # | |||||
| Show EFSAuthorizationConfigProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EFSAuthorizationConfigProperty Methods showsPrec :: Int -> EFSAuthorizationConfigProperty -> ShowS # show :: EFSAuthorizationConfigProperty -> String # showList :: [EFSAuthorizationConfigProperty] -> ShowS # | |||||
| Eq EFSAuthorizationConfigProperty Source # | |||||
| ToResourceProperties EFSAuthorizationConfigProperty Source # | |||||
| Property "AccessPointId" EFSAuthorizationConfigProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EFSAuthorizationConfigProperty Associated Types
Methods set :: PropertyType "AccessPointId" EFSAuthorizationConfigProperty -> EFSAuthorizationConfigProperty -> EFSAuthorizationConfigProperty # | |||||
| Property "Iam" EFSAuthorizationConfigProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EFSAuthorizationConfigProperty Associated Types
Methods set :: PropertyType "Iam" EFSAuthorizationConfigProperty -> EFSAuthorizationConfigProperty -> EFSAuthorizationConfigProperty # | |||||
| type PropertyType "AccessPointId" EFSAuthorizationConfigProperty Source # | |||||
| type PropertyType "Iam" EFSAuthorizationConfigProperty Source # | |||||
data EFSVolumeConfigurationProperty Source #
Constructors
| EFSVolumeConfigurationProperty | |
Fields | |
Instances
| ToJSON EFSVolumeConfigurationProperty Source # | |||||
| Show EFSVolumeConfigurationProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty Methods showsPrec :: Int -> EFSVolumeConfigurationProperty -> ShowS # show :: EFSVolumeConfigurationProperty -> String # showList :: [EFSVolumeConfigurationProperty] -> ShowS # | |||||
| Eq EFSVolumeConfigurationProperty Source # | |||||
| ToResourceProperties EFSVolumeConfigurationProperty Source # | |||||
| Property "AuthorizationConfig" EFSVolumeConfigurationProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty Associated Types
Methods set :: PropertyType "AuthorizationConfig" EFSVolumeConfigurationProperty -> EFSVolumeConfigurationProperty -> EFSVolumeConfigurationProperty # | |||||
| Property "FileSystemId" EFSVolumeConfigurationProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty Associated Types
Methods set :: PropertyType "FileSystemId" EFSVolumeConfigurationProperty -> EFSVolumeConfigurationProperty -> EFSVolumeConfigurationProperty # | |||||
| Property "RootDirectory" EFSVolumeConfigurationProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty Associated Types
Methods set :: PropertyType "RootDirectory" EFSVolumeConfigurationProperty -> EFSVolumeConfigurationProperty -> EFSVolumeConfigurationProperty # | |||||
| Property "TransitEncryption" EFSVolumeConfigurationProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty Associated Types
Methods set :: PropertyType "TransitEncryption" EFSVolumeConfigurationProperty -> EFSVolumeConfigurationProperty -> EFSVolumeConfigurationProperty # | |||||
| Property "TransitEncryptionPort" EFSVolumeConfigurationProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty Associated Types
Methods set :: PropertyType "TransitEncryptionPort" EFSVolumeConfigurationProperty -> EFSVolumeConfigurationProperty -> EFSVolumeConfigurationProperty # | |||||
| type PropertyType "AuthorizationConfig" EFSVolumeConfigurationProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EFSVolumeConfigurationProperty type PropertyType "AuthorizationConfig" EFSVolumeConfigurationProperty = EFSAuthorizationConfigProperty | |||||
| type PropertyType "FileSystemId" EFSVolumeConfigurationProperty Source # | |||||
| type PropertyType "RootDirectory" EFSVolumeConfigurationProperty Source # | |||||
| type PropertyType "TransitEncryption" EFSVolumeConfigurationProperty Source # | |||||
| type PropertyType "TransitEncryptionPort" EFSVolumeConfigurationProperty Source # | |||||
data FirelensConfigurationProperty Source #
Constructors
| FirelensConfigurationProperty | |
Fields | |
Instances
| ToJSON FirelensConfigurationProperty Source # | |||||
| Show FirelensConfigurationProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.FirelensConfigurationProperty Methods showsPrec :: Int -> FirelensConfigurationProperty -> ShowS # show :: FirelensConfigurationProperty -> String # showList :: [FirelensConfigurationProperty] -> ShowS # | |||||
| Eq FirelensConfigurationProperty Source # | |||||
| ToResourceProperties FirelensConfigurationProperty Source # | |||||
| Property "Options" FirelensConfigurationProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.FirelensConfigurationProperty Associated Types
Methods set :: PropertyType "Options" FirelensConfigurationProperty -> FirelensConfigurationProperty -> FirelensConfigurationProperty # | |||||
| Property "Type" FirelensConfigurationProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.FirelensConfigurationProperty Associated Types
Methods set :: PropertyType "Type" FirelensConfigurationProperty -> FirelensConfigurationProperty -> FirelensConfigurationProperty # | |||||
| type PropertyType "Options" FirelensConfigurationProperty Source # | |||||
| type PropertyType "Type" FirelensConfigurationProperty Source # | |||||
data HostProperty Source #
Constructors
| HostProperty | |
Instances
| ToJSON HostProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.HostProperty Methods toJSON :: HostProperty -> Value # toEncoding :: HostProperty -> Encoding # toJSONList :: [HostProperty] -> Value # toEncodingList :: [HostProperty] -> Encoding # omitField :: HostProperty -> Bool # | |||||
| Show HostProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.HostProperty Methods showsPrec :: Int -> HostProperty -> ShowS # show :: HostProperty -> String # showList :: [HostProperty] -> ShowS # | |||||
| Eq HostProperty Source # | |||||
| ToResourceProperties HostProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.HostProperty Methods toResourceProperties :: HostProperty -> ResourceProperties # | |||||
| Property "SourcePath" HostProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.HostProperty Associated Types
Methods set :: PropertyType "SourcePath" HostProperty -> HostProperty -> HostProperty # | |||||
| type PropertyType "SourcePath" HostProperty Source # | |||||
data TaskContainerDependencyProperty Source #
Constructors
| TaskContainerDependencyProperty | |
Fields
| |
Instances
| ToJSON TaskContainerDependencyProperty Source # | |||||
| Show TaskContainerDependencyProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerDependencyProperty Methods showsPrec :: Int -> TaskContainerDependencyProperty -> ShowS # | |||||
| Eq TaskContainerDependencyProperty Source # | |||||
| ToResourceProperties TaskContainerDependencyProperty Source # | |||||
| Property "Condition" TaskContainerDependencyProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerDependencyProperty Associated Types
Methods set :: PropertyType "Condition" TaskContainerDependencyProperty -> TaskContainerDependencyProperty -> TaskContainerDependencyProperty # | |||||
| Property "ContainerName" TaskContainerDependencyProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.TaskContainerDependencyProperty Associated Types
Methods set :: PropertyType "ContainerName" TaskContainerDependencyProperty -> TaskContainerDependencyProperty -> TaskContainerDependencyProperty # | |||||
| type PropertyType "Condition" TaskContainerDependencyProperty Source # | |||||
| type PropertyType "ContainerName" TaskContainerDependencyProperty Source # | |||||
mkSecretProperty :: Value Text -> Value Text -> SecretProperty Source #
mkTaskContainerDependencyProperty :: Value Text -> Value Text -> TaskContainerDependencyProperty Source #
mkTmpfsProperty :: Value Text -> Value Integer -> TmpfsProperty Source #
mkUlimitProperty :: Value Integer -> Value Text -> Value Integer -> UlimitProperty Source #
data MultiNodeEcsPropertiesProperty Source #
Constructors
| MultiNodeEcsPropertiesProperty | |
Instances
| ToJSON MultiNodeEcsPropertiesProperty Source # | |||||
| Show MultiNodeEcsPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.MultiNodeEcsPropertiesProperty Methods showsPrec :: Int -> MultiNodeEcsPropertiesProperty -> ShowS # show :: MultiNodeEcsPropertiesProperty -> String # showList :: [MultiNodeEcsPropertiesProperty] -> ShowS # | |||||
| Eq MultiNodeEcsPropertiesProperty Source # | |||||
| ToResourceProperties MultiNodeEcsPropertiesProperty Source # | |||||
| Property "TaskProperties" MultiNodeEcsPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.MultiNodeEcsPropertiesProperty Associated Types
Methods set :: PropertyType "TaskProperties" MultiNodeEcsPropertiesProperty -> MultiNodeEcsPropertiesProperty -> MultiNodeEcsPropertiesProperty # | |||||
| type PropertyType "TaskProperties" MultiNodeEcsPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.MultiNodeEcsPropertiesProperty type PropertyType "TaskProperties" MultiNodeEcsPropertiesProperty = [MultiNodeEcsTaskPropertiesProperty] | |||||