| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.EKSCluster
Description
Synopsis
- data EKSCluster = EKSCluster {}
- eksCluster :: EKSClusterResourcesVpcConfig -> Val Text -> EKSCluster
- ekscName :: Lens' EKSCluster (Maybe (Val Text))
- ekscResourcesVpcConfig :: Lens' EKSCluster EKSClusterResourcesVpcConfig
- ekscRoleArn :: Lens' EKSCluster (Val Text)
- ekscVersion :: Lens' EKSCluster (Maybe (Val Text))
Documentation
data EKSCluster #
Full data type definition for EKSCluster. See eksCluster for a more
convenient constructor.
Constructors
| EKSCluster | |
Instances
| Eq EKSCluster # | |
Defined in Stratosphere.Resources.EKSCluster | |
| Show EKSCluster # | |
Defined in Stratosphere.Resources.EKSCluster Methods showsPrec :: Int -> EKSCluster -> ShowS # show :: EKSCluster -> String # showList :: [EKSCluster] -> ShowS # | |
| ToJSON EKSCluster # | |
Defined in Stratosphere.Resources.EKSCluster Methods toJSON :: EKSCluster -> Value # toEncoding :: EKSCluster -> Encoding # toJSONList :: [EKSCluster] -> Value # toEncodingList :: [EKSCluster] -> Encoding # | |
| FromJSON EKSCluster # | |
Defined in Stratosphere.Resources.EKSCluster | |
Constructor for EKSCluster containing required fields as arguments.
ekscRoleArn :: Lens' EKSCluster (Val Text) #