BuildConfiguration class

Settings for an AWS CodeBuild build.

Constructors

BuildConfiguration({required String codeBuildServiceRole, required String image, String? artifactName, ComputeType? computeType, int? timeoutInMinutes})

Properties

artifactName String?
The name of the artifact of the CodeBuild build. If provided, Elastic Beanstalk stores the build artifact in the S3 location S3-bucket/resources/application-name/codebuild/codebuild-version-label-artifact-name.zip. If not provided, Elastic Beanstalk stores the build artifact in the S3 location S3-bucket/resources/application-name/codebuild/codebuild-version-label.zip.
final
codeBuildServiceRole String
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.
final
computeType ComputeType?
Information about the compute resources the build project will use.
final
hashCode int
The hash code for this object.
no setterinherited
image String
The ID of the Docker image to use for this build project.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeoutInMinutes int?
How long in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait until timing out any related build that does not get marked as completed. The default is 60 minutes.
final

Methods

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

Operators

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