S3LogsConfig class
Information about S3 logs for a build project.
Constructors
- S3LogsConfig({required LogsConfigStatusType status, bool? encryptionDisabled, String? location})
-
S3LogsConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- encryptionDisabled → bool?
-
Set to true if you do not want your S3 build log output encrypted. By
default S3 build logs are encrypted.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- location → String?
-
The ARN of an S3 bucket and the path prefix for S3 logs. If your Amazon S3
bucket name is
my-bucket
, and your path prefix isbuild-log
, then acceptable formats aremy-bucket/build-log
orarn:aws:s3:::my-bucket/build-log
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → LogsConfigStatusType
-
The current status of the S3 build logs. Valid values are:
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