DataSourceConfigurationsResult class
Contains information on the status of data sources for the detector.
Constructors
- DataSourceConfigurationsResult({required CloudTrailConfigurationResult cloudTrail, required DNSLogsConfigurationResult dNSLogs, required FlowLogsConfigurationResult flowLogs, required S3LogsConfigurationResult s3Logs})
-
DataSourceConfigurationsResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cloudTrail → CloudTrailConfigurationResult
-
An object that contains information on the status of CloudTrail as a data
source.
final
- dNSLogs → DNSLogsConfigurationResult
-
An object that contains information on the status of DNS logs as a data
source.
final
- flowLogs → FlowLogsConfigurationResult
-
An object that contains information on the status of VPC flow logs as a data
source.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- s3Logs → S3LogsConfigurationResult
-
An object that contains information on the status of S3 Data event logs as a
data source.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited