CanaryRunConfigInput
public struct CanaryRunConfigInput : 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 specify must be a multiple of 64.
Declaration
Swift
public let memoryInMB: Int?
-
How long the canary is allowed to run before it must stop. If you omit this field, the frequency of the canary is used as this value, up to a maximum of 14 minutes.
Declaration
Swift
public let timeoutInSeconds: Int
-
Undocumented
Declaration
Swift
public init(memoryInMB: Int? = nil, timeoutInSeconds: Int)
-
Declaration
Swift
public func validate(name: String) throws