| 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.Inspector2.Types.Destination
Description
Synopsis
Documentation
data Destination Source #
Contains details of the Amazon S3 bucket and KMS key used to export findings.
See: newDestination smart constructor.
Constructors
| Destination' | |
Instances
Create a value of Destination 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:keyPrefix:Destination', destination_keyPrefix - The prefix of the KMS key used to export findings.
$sel:bucketName:Destination', destination_bucketName - The name of the Amazon S3 bucket to export findings to.
$sel:kmsKeyArn:Destination', destination_kmsKeyArn - The ARN of the KMS key used to encrypt data when exporting findings.
destination_keyPrefix :: Lens' Destination (Maybe Text) Source #
The prefix of the KMS key used to export findings.
destination_bucketName :: Lens' Destination Text Source #
The name of the Amazon S3 bucket to export findings to.
destination_kmsKeyArn :: Lens' Destination Text Source #
The ARN of the KMS key used to encrypt data when exporting findings.