| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.SageMakerNotebookInstance
Synopsis
- data SageMakerNotebookInstance = SageMakerNotebookInstance {
- _sageMakerNotebookInstanceDirectInternetAccess :: Maybe (Val Text)
- _sageMakerNotebookInstanceInstanceType :: Val Text
- _sageMakerNotebookInstanceKmsKeyId :: Maybe (Val Text)
- _sageMakerNotebookInstanceLifecycleConfigName :: Maybe (Val Text)
- _sageMakerNotebookInstanceNotebookInstanceName :: Maybe (Val Text)
- _sageMakerNotebookInstanceRoleArn :: Val Text
- _sageMakerNotebookInstanceSecurityGroupIds :: Maybe (ValList Text)
- _sageMakerNotebookInstanceSubnetId :: Maybe (Val Text)
- _sageMakerNotebookInstanceTags :: Maybe [Tag]
- sageMakerNotebookInstance :: Val Text -> Val Text -> SageMakerNotebookInstance
- smniDirectInternetAccess :: Lens' SageMakerNotebookInstance (Maybe (Val Text))
- smniInstanceType :: Lens' SageMakerNotebookInstance (Val Text)
- smniKmsKeyId :: Lens' SageMakerNotebookInstance (Maybe (Val Text))
- smniLifecycleConfigName :: Lens' SageMakerNotebookInstance (Maybe (Val Text))
- smniNotebookInstanceName :: Lens' SageMakerNotebookInstance (Maybe (Val Text))
- smniRoleArn :: Lens' SageMakerNotebookInstance (Val Text)
- smniSecurityGroupIds :: Lens' SageMakerNotebookInstance (Maybe (ValList Text))
- smniSubnetId :: Lens' SageMakerNotebookInstance (Maybe (Val Text))
- smniTags :: Lens' SageMakerNotebookInstance (Maybe [Tag])
Documentation
data SageMakerNotebookInstance #
Full data type definition for SageMakerNotebookInstance. See
sageMakerNotebookInstance for a more convenient constructor.
Constructors
Instances
| Eq SageMakerNotebookInstance # | |
Defined in Stratosphere.Resources.SageMakerNotebookInstance Methods (==) :: SageMakerNotebookInstance -> SageMakerNotebookInstance -> Bool # (/=) :: SageMakerNotebookInstance -> SageMakerNotebookInstance -> Bool # | |
| Show SageMakerNotebookInstance # | |
Defined in Stratosphere.Resources.SageMakerNotebookInstance Methods showsPrec :: Int -> SageMakerNotebookInstance -> ShowS # show :: SageMakerNotebookInstance -> String # showList :: [SageMakerNotebookInstance] -> ShowS # | |
| ToJSON SageMakerNotebookInstance # | |
Defined in Stratosphere.Resources.SageMakerNotebookInstance Methods toJSON :: SageMakerNotebookInstance -> Value # toEncoding :: SageMakerNotebookInstance -> Encoding # toJSONList :: [SageMakerNotebookInstance] -> Value # | |
| FromJSON SageMakerNotebookInstance # | |
Defined in Stratosphere.Resources.SageMakerNotebookInstance Methods parseJSON :: Value -> Parser SageMakerNotebookInstance # parseJSONList :: Value -> Parser [SageMakerNotebookInstance] # | |
Arguments
| :: Val Text | |
| -> Val Text | |
| -> SageMakerNotebookInstance |
Constructor for SageMakerNotebookInstance containing required fields as
arguments.