| 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.WorkSpacesWeb.Types.UserAccessLoggingSettingsSummary
Description
Synopsis
- data UserAccessLoggingSettingsSummary = UserAccessLoggingSettingsSummary' {}
- newUserAccessLoggingSettingsSummary :: UserAccessLoggingSettingsSummary
- userAccessLoggingSettingsSummary_kinesisStreamArn :: Lens' UserAccessLoggingSettingsSummary (Maybe Text)
- userAccessLoggingSettingsSummary_userAccessLoggingSettingsArn :: Lens' UserAccessLoggingSettingsSummary (Maybe Text)
Documentation
data UserAccessLoggingSettingsSummary Source #
The summary of user access logging settings.
See: newUserAccessLoggingSettingsSummary smart constructor.
Constructors
| UserAccessLoggingSettingsSummary' | |
Fields
| |
Instances
newUserAccessLoggingSettingsSummary :: UserAccessLoggingSettingsSummary Source #
Create a value of UserAccessLoggingSettingsSummary 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:kinesisStreamArn:UserAccessLoggingSettingsSummary', userAccessLoggingSettingsSummary_kinesisStreamArn - The ARN of the Kinesis stream.
$sel:userAccessLoggingSettingsArn:UserAccessLoggingSettingsSummary', userAccessLoggingSettingsSummary_userAccessLoggingSettingsArn - The ARN of the user access logging settings.
userAccessLoggingSettingsSummary_kinesisStreamArn :: Lens' UserAccessLoggingSettingsSummary (Maybe Text) Source #
The ARN of the Kinesis stream.
userAccessLoggingSettingsSummary_userAccessLoggingSettingsArn :: Lens' UserAccessLoggingSettingsSummary (Maybe Text) Source #
The ARN of the user access logging settings.