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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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][1

[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_artifact_encryption.html



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

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