CanaryCodeOutput
public struct CanaryCodeOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The entry point to use for the source code when running the canary.
Declaration
Swift
public let handler: String?
-
The ARN of the Lambda layer where Synthetics stores the canary script code.
Declaration
Swift
public let sourceLocationArn: String?
-
Undocumented
Declaration
Swift
public init(handler: String? = nil, sourceLocationArn: String? = nil)