DeploymentControllerType

public enum DeploymentControllerType : String, CustomStringConvertible, Codable

Undocumented

  • ecs

    Undocumented

    Declaration

    Swift

    case ecs = "ECS"
  • Undocumented

    Declaration

    Swift

    case codeDeploy = "CODE_DEPLOY"
  • Undocumented

    Declaration

    Swift

    case external = "EXTERNAL"
  • Declaration

    Swift

    public var description: String { get }