ProjectBuildBatchConfigRestrictions class

Constructors

ProjectBuildBatchConfigRestrictions({Input<List<String>?>? computeTypesAlloweds, Input<int?>? maximumBuildsAllowed})
Creates a new ProjectBuildBatchConfigRestrictions. computeTypesAlloweds An array of strings that specify the compute types that are allowed for the batch maximumBuildsAllowed Specifies the maximum number of builds allowed.
const
ProjectBuildBatchConfigRestrictions.fromMap(Map<String, dynamic> map)
factory

Properties

computeTypesAlloweds → Input<List<String>?>?
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.
final
hashCode int
The hash code for this object.
no setterinherited
maximumBuildsAllowed → Input<int?>?
Specifies the maximum number of builds allowed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited