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 QueryLoggingConfig = QueryLoggingConfig' {}
- newQueryLoggingConfig :: Text -> ResourceId -> Text -> QueryLoggingConfig
- queryLoggingConfig_id :: Lens' QueryLoggingConfig Text
- queryLoggingConfig_hostedZoneId :: Lens' QueryLoggingConfig ResourceId
- queryLoggingConfig_cloudWatchLogsLogGroupArn :: Lens' QueryLoggingConfig Text
Documentation
data QueryLoggingConfig Source #
A complex type that contains information about a configuration for DNS query logging.
See: newQueryLoggingConfig
smart constructor.
QueryLoggingConfig' | |
|
Instances
newQueryLoggingConfig Source #
:: Text | |
-> ResourceId | |
-> Text | |
-> QueryLoggingConfig |
Create a value of QueryLoggingConfig
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:id:QueryLoggingConfig'
, queryLoggingConfig_id
- The ID for a configuration for DNS query logging.
$sel:hostedZoneId:QueryLoggingConfig'
, queryLoggingConfig_hostedZoneId
- The ID of the hosted zone that CloudWatch Logs is logging queries for.
$sel:cloudWatchLogsLogGroupArn:QueryLoggingConfig'
, queryLoggingConfig_cloudWatchLogsLogGroupArn
- The Amazon Resource Name (ARN) of the CloudWatch Logs log group that
Amazon Route 53 is publishing logs to.
queryLoggingConfig_id :: Lens' QueryLoggingConfig Text Source #
The ID for a configuration for DNS query logging.
queryLoggingConfig_hostedZoneId :: Lens' QueryLoggingConfig ResourceId Source #
The ID of the hosted zone that CloudWatch Logs is logging queries for.
queryLoggingConfig_cloudWatchLogsLogGroupArn :: Lens' QueryLoggingConfig Text Source #
The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.