Trail constructor

Trail({
  1. String? cloudWatchLogsLogGroupArn,
  2. String? cloudWatchLogsRoleArn,
  3. bool? hasCustomEventSelectors,
  4. bool? hasInsightSelectors,
  5. String? homeRegion,
  6. bool? includeGlobalServiceEvents,
  7. bool? isMultiRegionTrail,
  8. bool? isOrganizationTrail,
  9. String? kmsKeyId,
  10. bool? logFileValidationEnabled,
  11. String? name,
  12. String? s3BucketName,
  13. String? s3KeyPrefix,
  14. String? snsTopicARN,
  15. String? snsTopicName,
  16. String? trailARN,
})

Implementation

Trail({
  this.cloudWatchLogsLogGroupArn,
  this.cloudWatchLogsRoleArn,
  this.hasCustomEventSelectors,
  this.hasInsightSelectors,
  this.homeRegion,
  this.includeGlobalServiceEvents,
  this.isMultiRegionTrail,
  this.isOrganizationTrail,
  this.kmsKeyId,
  this.logFileValidationEnabled,
  this.name,
  this.s3BucketName,
  this.s3KeyPrefix,
  this.snsTopicARN,
  this.snsTopicName,
  this.trailARN,
});