S3LogsConfig constructor
S3LogsConfig({
- required LogsConfigStatusType status,
- bool? encryptionDisabled,
- String? location,
Implementation
S3LogsConfig({
required this.status,
this.encryptionDisabled,
this.location,
});