BatchRestrictions

public struct BatchRestrictions : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of strings that specify the compute types that are allowed for the batch build. See Build environment compute types in the AWS CodeBuild User Guide for these values.

    Declaration

    Swift

    public let computeTypesAllowed: [String]?
  • Specifies the maximum number of builds allowed.

    Declaration

    Swift

    public let maximumBuildsAllowed: Int?
  • Undocumented

    Declaration

    Swift

    public init(computeTypesAllowed: [String]? = nil, maximumBuildsAllowed: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws