You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Synthetics::Types::CanaryCodeOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Synthetics::Types::CanaryCodeOutput
 
- Defined in:
- (unknown)
Overview
This structure contains information about the canary's Lambda handler and where its code is stored by CloudWatch Synthetics.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #handler  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The entry point to use for the source code when running the canary. 
- 
  
    
      #source_location_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the Lambda layer where Synthetics stores the canary script code. 
Instance Attribute Details
#handler ⇒ String
The entry point to use for the source code when running the canary.
#source_location_arn ⇒ String
The ARN of the Lambda layer where Synthetics stores the canary script code.