Class: Aws::AccessAnalyzer::Types::TrailProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#all_regionsBoolean

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.

Returns:

  • (Boolean)


3753
3754
3755
3756
3757
3758
3759
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3753

class TrailProperties < Struct.new(
  :cloud_trail_arn,
  :regions,
  :all_regions)
  SENSITIVE = []
  include Aws::Structure
end

#cloud_trail_arnString

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

Returns:

  • (String)


3753
3754
3755
3756
3757
3758
3759
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3753

class TrailProperties < Struct.new(
  :cloud_trail_arn,
  :regions,
  :all_regions)
  SENSITIVE = []
  include Aws::Structure
end

#regionsArray<String>

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

Returns:

  • (Array<String>)


3753
3754
3755
3756
3757
3758
3759
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3753

class TrailProperties < Struct.new(
  :cloud_trail_arn,
  :regions,
  :all_regions)
  SENSITIVE = []
  include Aws::Structure
end