Class: Aws::Synthetics::Types::ArtifactConfigOutput

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 encryption settings for canary artifacts that are stored in Amazon S3.



49
50
51
52
53
# File 'lib/aws-sdk-synthetics/types.rb', line 49

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