Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AwsRdsPendingCloudWatchLogsExports = AwsRdsPendingCloudWatchLogsExports' {
- logTypesToEnable :: Maybe [Text]
- logTypesToDisable :: Maybe [Text]
- newAwsRdsPendingCloudWatchLogsExports :: AwsRdsPendingCloudWatchLogsExports
- awsRdsPendingCloudWatchLogsExports_logTypesToEnable :: Lens' AwsRdsPendingCloudWatchLogsExports (Maybe [Text])
- awsRdsPendingCloudWatchLogsExports_logTypesToDisable :: Lens' AwsRdsPendingCloudWatchLogsExports (Maybe [Text])
Documentation
data AwsRdsPendingCloudWatchLogsExports Source #
Identifies the log types to enable and disable.
See: newAwsRdsPendingCloudWatchLogsExports
smart constructor.
AwsRdsPendingCloudWatchLogsExports' | |
|
Instances
newAwsRdsPendingCloudWatchLogsExports :: AwsRdsPendingCloudWatchLogsExports Source #
Create a value of AwsRdsPendingCloudWatchLogsExports
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:logTypesToEnable:AwsRdsPendingCloudWatchLogsExports'
, awsRdsPendingCloudWatchLogsExports_logTypesToEnable
- A list of log types that are being enabled.
$sel:logTypesToDisable:AwsRdsPendingCloudWatchLogsExports'
, awsRdsPendingCloudWatchLogsExports_logTypesToDisable
- A list of log types that are being disabled.
awsRdsPendingCloudWatchLogsExports_logTypesToEnable :: Lens' AwsRdsPendingCloudWatchLogsExports (Maybe [Text]) Source #
A list of log types that are being enabled.
awsRdsPendingCloudWatchLogsExports_logTypesToDisable :: Lens' AwsRdsPendingCloudWatchLogsExports (Maybe [Text]) Source #
A list of log types that are being disabled.