Class: Aws::Synthetics::Types::ArtifactConfigInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb

Overview

A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_encryptionTypes::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



32
33
34
35
36
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 32

class ArtifactConfigInput < Struct.new(
  :s3_encryption)
  SENSITIVE = []
  include Aws::Structure
end