Class: Aws::Synthetics::Types::ArtifactConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::ArtifactConfigInput
- 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
-
#s3_encryption ⇒ Types::S3EncryptionConfig
A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.
Instance Attribute Details
#s3_encryption ⇒ Types::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
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 |