Safe Haskell | None |
---|---|
Language | Haskell2010 |
Creates a custom parameter group for an RDS database family. For more information about RDS parameter groups, see Working with DB Parameter Groups in the Amazon Relational Database Service User Guide. This type can be declared in a template and referenced in the DBParameterGroupName parameter of AWS::RDS::DBInstance.
- data DBParameterGroup = DBParameterGroup {}
- dbParameterGroup :: Val Text -> Val Text -> DBParameterGroup
- dbpgDescription :: Lens' DBParameterGroup (Val Text)
- dbpgFamily :: Lens' DBParameterGroup (Val Text)
- dbpgParameters :: Lens' DBParameterGroup (Maybe Value)
- dbpgTags :: Lens' DBParameterGroup (Maybe [ResourceTag])
Documentation
data DBParameterGroup Source
Full data type definition for DBParameterGroup. See dbParameterGroup
for a more convenient constructor.
Constructor for DBParameterGroup
containing required fields as
arguments.
dbpgDescription :: Lens' DBParameterGroup (Val Text) Source
A friendly description of the RDS parameter group. For example, "My Parameter Group".
dbpgFamily :: Lens' DBParameterGroup (Val Text) Source
The database family of this RDS parameter group. For example, "MySQL5.1".
dbpgParameters :: Lens' DBParameterGroup (Maybe Value) Source
The parameters to set for this RDS parameter group. Changes to dynamic parameters are applied immediately. Changes to static parameters require a reboot without failover to the DB instance that is associated with the parameter group before the change can take effect.
dbpgTags :: Lens' DBParameterGroup (Maybe [ResourceTag]) Source
The tags that you want to attach to the RDS parameter group.