| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.KinesisAnalyticsV2.Types.CloudWatchLoggingOption
Description
Documentation
data CloudWatchLoggingOption Source #
Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).
See: newCloudWatchLoggingOption smart constructor.
Constructors
| CloudWatchLoggingOption' | |
Fields
| |
Instances
newCloudWatchLoggingOption Source #
Create a value of CloudWatchLoggingOption 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:logStreamARN:CloudWatchLoggingOption', cloudWatchLoggingOption_logStreamARN - The ARN of the CloudWatch log to receive application messages.
cloudWatchLoggingOption_logStreamARN :: Lens' CloudWatchLoggingOption Text Source #
The ARN of the CloudWatch log to receive application messages.