GetTrailsTrail

data class GetTrailsTrail(val eventRw: String, val id: String, val isOrganizationTrail: Boolean, val ossBucketName: String, val ossKeyPrefix: String, val ossWriteRoleArn: String, val slsProjectArn: String, val slsWriteRoleArn: String, val status: String, val trailName: String, val trailRegion: String)

Constructors

Link copied to clipboard
constructor(eventRw: String, id: String, isOrganizationTrail: Boolean, ossBucketName: String, ossKeyPrefix: String, ossWriteRoleArn: String, slsProjectArn: String, slsWriteRoleArn: String, status: String, trailName: String, trailRegion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the event is a read or a write event.

Link copied to clipboard
val id: String

The id of the ActionTrail Trail. It is the same as trail name.

Link copied to clipboard
Link copied to clipboard

The name of the specified OSS bucket.

Link copied to clipboard

The prefix of the specified OSS bucket name.

Link copied to clipboard
Link copied to clipboard

The unique ARN of the Log Service project.

Link copied to clipboard

The unique ARN of the Log Service role.

Link copied to clipboard

Filter the results by status of the ActionTrail Trail. Valid values: Disable, Enable, Fresh.

Link copied to clipboard

The name of the ActionTrail Trail.

Link copied to clipboard

The regions to which the trail is applied.