ProjectBuildBatchConfig class
Constructors
-
ProjectBuildBatchConfig({Input<bool?>? combineArtifacts, Input<ProjectBuildBatchConfigRestrictions?>? restrictions, required Input<String> serviceRole, Input<int?>? timeoutInMins})
-
Creates a new ProjectBuildBatchConfig.
combineArtifacts Specifies if the build artifacts for the batch build should be combined into a single
restrictions Configuration block specifying the restrictions for the batch build. Detailed below.
serviceRole Specifies the service role ARN for the batch build project.
timeoutInMins Specifies the maximum amount of time, in minutes, that the batch build must be
const
-
ProjectBuildBatchConfig.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
combineArtifacts
→ Input<bool?>?
-
Specifies if the build artifacts for the batch build should be combined into a single
artifact location.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
restrictions
→ Input<ProjectBuildBatchConfigRestrictions?>?
-
Configuration block specifying the restrictions for the batch build. Detailed below.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
serviceRole
→ Input<String>
-
Specifies the service role ARN for the batch build project.
final
-
timeoutInMins
→ Input<int?>?
-
Specifies the maximum amount of time, in minutes, that the batch build must be
completed in.
final