| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.SageMaker.AppImageConfig.CodeEditorAppImageConfigProperty
Documentation
data CustomImageContainerEnvironmentVariableProperty Source #
Constructors
| CustomImageContainerEnvironmentVariableProperty | |
Instances
data ContainerConfigProperty Source #
Constructors
| ContainerConfigProperty | |
Instances
| ToJSON ContainerConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.ContainerConfigProperty Methods toJSON :: ContainerConfigProperty -> Value # toEncoding :: ContainerConfigProperty -> Encoding # toJSONList :: [ContainerConfigProperty] -> Value # | |||||
| Show ContainerConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.ContainerConfigProperty Methods showsPrec :: Int -> ContainerConfigProperty -> ShowS # show :: ContainerConfigProperty -> String # showList :: [ContainerConfigProperty] -> ShowS # | |||||
| Eq ContainerConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.ContainerConfigProperty Methods (==) :: ContainerConfigProperty -> ContainerConfigProperty -> Bool # (/=) :: ContainerConfigProperty -> ContainerConfigProperty -> Bool # | |||||
| ToResourceProperties ContainerConfigProperty Source # | |||||
| Property "ContainerArguments" ContainerConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.ContainerConfigProperty Associated Types
Methods set :: PropertyType "ContainerArguments" ContainerConfigProperty -> ContainerConfigProperty -> ContainerConfigProperty # | |||||
| Property "ContainerEntrypoint" ContainerConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.ContainerConfigProperty Associated Types
Methods set :: PropertyType "ContainerEntrypoint" ContainerConfigProperty -> ContainerConfigProperty -> ContainerConfigProperty # | |||||
| Property "ContainerEnvironmentVariables" ContainerConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.ContainerConfigProperty Associated Types
Methods set :: PropertyType "ContainerEnvironmentVariables" ContainerConfigProperty -> ContainerConfigProperty -> ContainerConfigProperty # | |||||
| type PropertyType "ContainerArguments" ContainerConfigProperty Source # | |||||
| type PropertyType "ContainerEntrypoint" ContainerConfigProperty Source # | |||||
| type PropertyType "ContainerEnvironmentVariables" ContainerConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.ContainerConfigProperty type PropertyType "ContainerEnvironmentVariables" ContainerConfigProperty = [CustomImageContainerEnvironmentVariableProperty] | |||||
mkCustomImageContainerEnvironmentVariableProperty :: Value Text -> Value Text -> CustomImageContainerEnvironmentVariableProperty Source #
data CodeEditorAppImageConfigProperty Source #
Constructors
| CodeEditorAppImageConfigProperty | |
Instances
| ToJSON CodeEditorAppImageConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.CodeEditorAppImageConfigProperty | |||||
| Show CodeEditorAppImageConfigProperty Source # | |||||
| Eq CodeEditorAppImageConfigProperty Source # | |||||
| ToResourceProperties CodeEditorAppImageConfigProperty Source # | |||||
| Property "ContainerConfig" CodeEditorAppImageConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.CodeEditorAppImageConfigProperty Associated Types
Methods set :: PropertyType "ContainerConfig" CodeEditorAppImageConfigProperty -> CodeEditorAppImageConfigProperty -> CodeEditorAppImageConfigProperty # | |||||
| type PropertyType "ContainerConfig" CodeEditorAppImageConfigProperty Source # | |||||