UpdateTrailResponse constructor

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

Implementation

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