Trail constructor
Trail({
- String? cloudWatchLogsLogGroupArn,
- String? cloudWatchLogsRoleArn,
- bool? hasCustomEventSelectors,
- bool? hasInsightSelectors,
- String? homeRegion,
- bool? includeGlobalServiceEvents,
- bool? isMultiRegionTrail,
- bool? isOrganizationTrail,
- String? kmsKeyId,
- bool? logFileValidationEnabled,
- String? name,
- String? s3BucketName,
- String? s3KeyPrefix,
- String? snsTopicARN,
- String? snsTopicName,
- 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,
});