ProjectBuildBatchConfigRestrictions class
Constructors
-
ProjectBuildBatchConfigRestrictions({Input<
List< ? computeTypesAlloweds, Input<String> ?>int?> ? maximumBuildsAllowed}) -
Creates a new ProjectBuildBatchConfigRestrictions.
computeTypesAllowedsAn array of strings that specify the compute types that are allowed for the batchmaximumBuildsAllowedSpecifies 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