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.ArtifactConfigInput

Description

 
Synopsis

Documentation

data ArtifactConfigInput 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: newArtifactConfigInput smart constructor.

Constructors

ArtifactConfigInput' 

Fields

  • s3Encryption :: Maybe S3EncryptionConfig

    A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. Artifact encryption functionality is available only for canaries that use Synthetics runtime version syn-nodejs-puppeteer-3.3 or later. For more information, see Encrypting canary artifacts

Instances

Instances details
Eq ArtifactConfigInput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.ArtifactConfigInput

Read ArtifactConfigInput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.ArtifactConfigInput

Show ArtifactConfigInput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.ArtifactConfigInput

Generic ArtifactConfigInput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.ArtifactConfigInput

Associated Types

type Rep ArtifactConfigInput :: Type -> Type #

NFData ArtifactConfigInput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.ArtifactConfigInput

Methods

rnf :: ArtifactConfigInput -> () #

Hashable ArtifactConfigInput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.ArtifactConfigInput

ToJSON ArtifactConfigInput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.ArtifactConfigInput

type Rep ArtifactConfigInput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.ArtifactConfigInput

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

newArtifactConfigInput :: ArtifactConfigInput Source #

Create a value of ArtifactConfigInput 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:ArtifactConfigInput', artifactConfigInput_s3Encryption - A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. Artifact encryption functionality is available only for canaries that use Synthetics runtime version syn-nodejs-puppeteer-3.3 or later. For more information, see Encrypting canary artifacts

artifactConfigInput_s3Encryption :: Lens' ArtifactConfigInput (Maybe S3EncryptionConfig) Source #

A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. Artifact encryption functionality is available only for canaries that use Synthetics runtime version syn-nodejs-puppeteer-3.3 or later. For more information, see Encrypting canary artifacts