| 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.Signer.Types.S3Destination
Description
Synopsis
Documentation
data S3Destination Source #
The name and prefix of the S3 bucket where code signing saves your signed objects.
See: newS3Destination smart constructor.
Constructors
| S3Destination' | |
Instances
newS3Destination :: S3Destination Source #
Create a value of S3Destination 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:bucketName:S3Destination', s3Destination_bucketName - Name of the S3 bucket.
$sel:prefix:S3Destination', s3Destination_prefix - An Amazon S3 prefix that you can use to limit responses to those that
begin with the specified prefix.
s3Destination_bucketName :: Lens' S3Destination (Maybe Text) Source #
Name of the S3 bucket.
s3Destination_prefix :: Lens' S3Destination (Maybe Text) Source #
An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.