| 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.UserAccessLoggingSettings
Description
Synopsis
- data UserAccessLoggingSettings = UserAccessLoggingSettings' {}
- newUserAccessLoggingSettings :: Text -> UserAccessLoggingSettings
- userAccessLoggingSettings_associatedPortalArns :: Lens' UserAccessLoggingSettings (Maybe [Text])
- userAccessLoggingSettings_kinesisStreamArn :: Lens' UserAccessLoggingSettings (Maybe Text)
- userAccessLoggingSettings_userAccessLoggingSettingsArn :: Lens' UserAccessLoggingSettings Text
Documentation
data UserAccessLoggingSettings Source #
A user access logging settings resource that can be associated with a web portal.
See: newUserAccessLoggingSettings smart constructor.
Constructors
| UserAccessLoggingSettings' | |
Fields
| |
Instances
newUserAccessLoggingSettings Source #
Arguments
| :: Text |
|
| -> UserAccessLoggingSettings |
Create a value of UserAccessLoggingSettings 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:associatedPortalArns:UserAccessLoggingSettings', userAccessLoggingSettings_associatedPortalArns - A list of web portal ARNs that this user access logging settings is
associated with.
$sel:kinesisStreamArn:UserAccessLoggingSettings', userAccessLoggingSettings_kinesisStreamArn - The ARN of the Kinesis stream.
$sel:userAccessLoggingSettingsArn:UserAccessLoggingSettings', userAccessLoggingSettings_userAccessLoggingSettingsArn - The ARN of the user access logging settings.
userAccessLoggingSettings_associatedPortalArns :: Lens' UserAccessLoggingSettings (Maybe [Text]) Source #
A list of web portal ARNs that this user access logging settings is associated with.
userAccessLoggingSettings_kinesisStreamArn :: Lens' UserAccessLoggingSettings (Maybe Text) Source #
The ARN of the Kinesis stream.
userAccessLoggingSettings_userAccessLoggingSettingsArn :: Lens' UserAccessLoggingSettings Text Source #
The ARN of the user access logging settings.