AwsCloudTrailTrailDetails constructor

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

Implementation

AwsCloudTrailTrailDetails({
  this.cloudWatchLogsLogGroupArn,
  this.cloudWatchLogsRoleArn,
  this.hasCustomEventSelectors,
  this.homeRegion,
  this.includeGlobalServiceEvents,
  this.isMultiRegionTrail,
  this.isOrganizationTrail,
  this.kmsKeyId,
  this.logFileValidationEnabled,
  this.name,
  this.s3BucketName,
  this.s3KeyPrefix,
  this.snsTopicArn,
  this.snsTopicName,
  this.trailArn,
});