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