CanaryRunConfigOutput
public struct CanaryRunConfigOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum amount of memory available to the canary while it is running, in MB. The value you must be a multiple of 64.
Declaration
Swift
public let memoryInMB: Int? -
How long the canary is allowed to run before it must stop.
Declaration
Swift
public let timeoutInSeconds: Int? -
Undocumented
Declaration
Swift
public init(memoryInMB: Int? = nil, timeoutInSeconds: Int? = nil)
View on GitHub
CanaryRunConfigOutput Structure Reference