TrailProperties

Contains details about the CloudTrail trail being analyzed to generate a policy.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Possible values are true or false. If set to true, IAM Access Analyzer retrieves CloudTrail data from all regions to analyze and generate a policy.

Link copied to clipboard

Specifies the ARN of the trail. The format of a trail ARN is arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail.

Link copied to clipboard

A list of regions to get CloudTrail data from and analyze to generate a policy.

Functions

Link copied to clipboard
inline fun copy(block: TrailProperties.Builder.() -> Unit = {}): TrailProperties
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String