| 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 |
Amazonka.SecurityHub.Types.AwsEksClusterLoggingClusterLoggingDetails
Description
Synopsis
- data AwsEksClusterLoggingClusterLoggingDetails = AwsEksClusterLoggingClusterLoggingDetails' {}
- newAwsEksClusterLoggingClusterLoggingDetails :: AwsEksClusterLoggingClusterLoggingDetails
- awsEksClusterLoggingClusterLoggingDetails_enabled :: Lens' AwsEksClusterLoggingClusterLoggingDetails (Maybe Bool)
- awsEksClusterLoggingClusterLoggingDetails_types :: Lens' AwsEksClusterLoggingClusterLoggingDetails (Maybe [Text])
Documentation
data AwsEksClusterLoggingClusterLoggingDetails Source #
Details for a cluster logging configuration.
See: newAwsEksClusterLoggingClusterLoggingDetails smart constructor.
Constructors
| AwsEksClusterLoggingClusterLoggingDetails' | |
Instances
newAwsEksClusterLoggingClusterLoggingDetails :: AwsEksClusterLoggingClusterLoggingDetails Source #
Create a value of AwsEksClusterLoggingClusterLoggingDetails 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:enabled:AwsEksClusterLoggingClusterLoggingDetails', awsEksClusterLoggingClusterLoggingDetails_enabled - Whether the logging types that are listed in Types are enabled.
$sel:types:AwsEksClusterLoggingClusterLoggingDetails', awsEksClusterLoggingClusterLoggingDetails_types - A list of logging types.
awsEksClusterLoggingClusterLoggingDetails_enabled :: Lens' AwsEksClusterLoggingClusterLoggingDetails (Maybe Bool) Source #
Whether the logging types that are listed in Types are enabled.
awsEksClusterLoggingClusterLoggingDetails_types :: Lens' AwsEksClusterLoggingClusterLoggingDetails (Maybe [Text]) Source #
A list of logging types.