| 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.CloudWatchLoggingOptionUpdate
Description
Synopsis
- data CloudWatchLoggingOptionUpdate = CloudWatchLoggingOptionUpdate' {}
- newCloudWatchLoggingOptionUpdate :: Text -> CloudWatchLoggingOptionUpdate
- cloudWatchLoggingOptionUpdate_logStreamARNUpdate :: Lens' CloudWatchLoggingOptionUpdate (Maybe Text)
- cloudWatchLoggingOptionUpdate_cloudWatchLoggingOptionId :: Lens' CloudWatchLoggingOptionUpdate Text
Documentation
data CloudWatchLoggingOptionUpdate Source #
Describes the Amazon CloudWatch logging option updates.
See: newCloudWatchLoggingOptionUpdate smart constructor.
Constructors
| CloudWatchLoggingOptionUpdate' | |
Fields
| |
Instances
newCloudWatchLoggingOptionUpdate Source #
Arguments
| :: Text |
|
| -> CloudWatchLoggingOptionUpdate |
Create a value of CloudWatchLoggingOptionUpdate 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:logStreamARNUpdate:CloudWatchLoggingOptionUpdate', cloudWatchLoggingOptionUpdate_logStreamARNUpdate - The Amazon Resource Name (ARN) of the CloudWatch log to receive
application messages.
$sel:cloudWatchLoggingOptionId:CloudWatchLoggingOptionUpdate', cloudWatchLoggingOptionUpdate_cloudWatchLoggingOptionId - The ID of the CloudWatch logging option to update
cloudWatchLoggingOptionUpdate_logStreamARNUpdate :: Lens' CloudWatchLoggingOptionUpdate (Maybe Text) Source #
The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.
cloudWatchLoggingOptionUpdate_cloudWatchLoggingOptionId :: Lens' CloudWatchLoggingOptionUpdate Text Source #
The ID of the CloudWatch logging option to update