Class: Aws::Synthetics::Types::ArtifactConfigInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Synthetics::Types::ArtifactConfigInput
 
- 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
- 
  
    
      #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
| 45 46 47 48 49 | # File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 45 class ArtifactConfigInput < Struct.new( :s3_encryption) SENSITIVE = [] include Aws::Structure end |