Recipes

public struct Recipes : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of custom recipe names to be run following a configure event.

    Declaration

    Swift

    public let configure: [String]?
  • An array of custom recipe names to be run following a deploy event.

    Declaration

    Swift

    public let deploy: [String]?
  • An array of custom recipe names to be run following a setup event.

    Declaration

    Swift

    public let setup: [String]?
  • An array of custom recipe names to be run following a shutdown event.

    Declaration

    Swift

    public let shutdown: [String]?
  • An array of custom recipe names to be run following a undeploy event.

    Declaration

    Swift

    public let undeploy: [String]?
  • Undocumented

    Declaration

    Swift

    public init(configure: [String]? = nil, deploy: [String]? = nil, setup: [String]? = nil, shutdown: [String]? = nil, undeploy: [String]? = nil)