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 |
Synopsis
Documentation
data S3SignedObject Source #
The S3 bucket name and key where code signing saved your signed code image.
See: newS3SignedObject
smart constructor.
Instances
newS3SignedObject :: S3SignedObject Source #
Create a value of S3SignedObject
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:S3SignedObject'
, s3SignedObject_bucketName
- Name of the S3 bucket.
$sel:key:S3SignedObject'
, s3SignedObject_key
- Key name that uniquely identifies a signed code image in your bucket.
s3SignedObject_bucketName :: Lens' S3SignedObject (Maybe Text) Source #
Name of the S3 bucket.
s3SignedObject_key :: Lens' S3SignedObject (Maybe Text) Source #
Key name that uniquely identifies a signed code image in your bucket.