AwsCloudwatchEvent constructor

const AwsCloudwatchEvent({List<String> resources, String region, String id, String source, String account, String detailType, Map<String, dynamic> detail, DateTime time })

Implementation

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