libZSservicesZSamazonka-syntheticsZSamazonka-synthetics
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Synthetics.Types.ArtifactConfigOutput

Description

 
Synopsis

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.

Constructors

ArtifactConfigOutput' 

Fields

Instances

Instances details
Eq ArtifactConfigOutput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.ArtifactConfigOutput

Read ArtifactConfigOutput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.ArtifactConfigOutput

Show ArtifactConfigOutput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.ArtifactConfigOutput

Generic ArtifactConfigOutput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.ArtifactConfigOutput

Associated Types

type Rep ArtifactConfigOutput :: Type -> Type #

NFData ArtifactConfigOutput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.ArtifactConfigOutput

Methods

rnf :: ArtifactConfigOutput -> () #

Hashable ArtifactConfigOutput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.ArtifactConfigOutput

FromJSON ArtifactConfigOutput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.ArtifactConfigOutput

type Rep ArtifactConfigOutput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.ArtifactConfigOutput

type Rep ArtifactConfigOutput = D1 ('MetaData "ArtifactConfigOutput" "Amazonka.Synthetics.Types.ArtifactConfigOutput" "libZSservicesZSamazonka-syntheticsZSamazonka-synthetics" 'False) (C1 ('MetaCons "ArtifactConfigOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Encryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3EncryptionConfig))))

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.