AwsCloudwatchEvent constructor

const AwsCloudwatchEvent(
  1. {List<String> resources,
  2. String region,
  3. String id,
  4. String source,
  5. String account,
  6. String detailType,
  7. Map<String, dynamic> detail,
  8. DateTime time}
)

Implementation

const AwsCloudwatchEvent(
    {this.resources,
    this.region,
    this.id,
    this.source,
    this.account,
    this.detailType,
    this.detail,
    this.time});