AwsCloudTrailTrailDetails constructor
AwsCloudTrailTrailDetails({
- String? cloudWatchLogsLogGroupArn,
- String? cloudWatchLogsRoleArn,
- bool? hasCustomEventSelectors,
- 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
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,
});