| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.DAXCluster
Description
Synopsis
- data DAXCluster = DAXCluster {
- _dAXClusterAvailabilityZones :: Maybe (ValList Text)
- _dAXClusterClusterName :: Maybe (Val Text)
- _dAXClusterDescription :: Maybe (Val Text)
- _dAXClusterIAMRoleARN :: Val Text
- _dAXClusterNodeType :: Val Text
- _dAXClusterNotificationTopicARN :: Maybe (Val Text)
- _dAXClusterParameterGroupName :: Maybe (Val Text)
- _dAXClusterPreferredMaintenanceWindow :: Maybe (Val Text)
- _dAXClusterReplicationFactor :: Val Integer
- _dAXClusterSecurityGroupIds :: Maybe (ValList Text)
- _dAXClusterSubnetGroupName :: Maybe (Val Text)
- _dAXClusterTags :: Maybe Object
- daxCluster :: Val Text -> Val Text -> Val Integer -> DAXCluster
- daxcAvailabilityZones :: Lens' DAXCluster (Maybe (ValList Text))
- daxcClusterName :: Lens' DAXCluster (Maybe (Val Text))
- daxcDescription :: Lens' DAXCluster (Maybe (Val Text))
- daxcIAMRoleARN :: Lens' DAXCluster (Val Text)
- daxcNodeType :: Lens' DAXCluster (Val Text)
- daxcNotificationTopicARN :: Lens' DAXCluster (Maybe (Val Text))
- daxcParameterGroupName :: Lens' DAXCluster (Maybe (Val Text))
- daxcPreferredMaintenanceWindow :: Lens' DAXCluster (Maybe (Val Text))
- daxcReplicationFactor :: Lens' DAXCluster (Val Integer)
- daxcSecurityGroupIds :: Lens' DAXCluster (Maybe (ValList Text))
- daxcSubnetGroupName :: Lens' DAXCluster (Maybe (Val Text))
- daxcTags :: Lens' DAXCluster (Maybe Object)
Documentation
data DAXCluster #
Full data type definition for DAXCluster. See daxCluster for a more
convenient constructor.
Constructors
Instances
| Eq DAXCluster # | |
Defined in Stratosphere.Resources.DAXCluster | |
| Show DAXCluster # | |
Defined in Stratosphere.Resources.DAXCluster Methods showsPrec :: Int -> DAXCluster -> ShowS # show :: DAXCluster -> String # showList :: [DAXCluster] -> ShowS # | |
| ToJSON DAXCluster # | |
Defined in Stratosphere.Resources.DAXCluster Methods toJSON :: DAXCluster -> Value # toEncoding :: DAXCluster -> Encoding # toJSONList :: [DAXCluster] -> Value # toEncodingList :: [DAXCluster] -> Encoding # | |
| FromJSON DAXCluster # | |
Defined in Stratosphere.Resources.DAXCluster | |
Constructor for DAXCluster containing required fields as arguments.
daxcClusterName :: Lens' DAXCluster (Maybe (Val Text)) #
daxcDescription :: Lens' DAXCluster (Maybe (Val Text)) #
daxcIAMRoleARN :: Lens' DAXCluster (Val Text) #
daxcNodeType :: Lens' DAXCluster (Val Text) #
daxcNotificationTopicARN :: Lens' DAXCluster (Maybe (Val Text)) #
daxcParameterGroupName :: Lens' DAXCluster (Maybe (Val Text)) #
daxcSecurityGroupIds :: Lens' DAXCluster (Maybe (ValList Text)) #
daxcSubnetGroupName :: Lens' DAXCluster (Maybe (Val Text)) #