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 |
Documentation
data ArtifactConfigOutput Source #
A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.
See: newArtifactConfigOutput
smart constructor.
ArtifactConfigOutput' | |
|
Instances
newArtifactConfigOutput :: ArtifactConfigOutput Source #
Create a value of ArtifactConfigOutput
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:s3Encryption:ArtifactConfigOutput'
, artifactConfigOutput_s3Encryption
- A structure that contains the configuration of encryption settings for
canary artifacts that are stored in Amazon S3.
artifactConfigOutput_s3Encryption :: Lens' ArtifactConfigOutput (Maybe S3EncryptionConfig) Source #
A structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon S3.