Class: Aws::AccessAnalyzer::Types::ValidatePolicyFinding

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

Overview

A finding in a policy. Each finding is an actionable recommendation that can be used to improve the policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finding_detailsString

A localized message that explains the finding and provides guidance on how to address it.

Returns:

  • (String)


4063
4064
4065
4066
4067
4068
4069
4070
4071
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4063

class ValidatePolicyFinding < Struct.new(
  :finding_details,
  :finding_type,
  :issue_code,
  :learn_more_link,
  :locations)
  SENSITIVE = []
  include Aws::Structure
end

#finding_typeString

The impact of the finding.

Security warnings report when the policy allows access that we consider overly permissive.

Errors report when a part of the policy is not functional.

Warnings report non-security issues when a policy does not conform to policy writing best practices.

Suggestions recommend stylistic improvements in the policy that do not impact access.

Returns:

  • (String)


4063
4064
4065
4066
4067
4068
4069
4070
4071
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4063

class ValidatePolicyFinding < Struct.new(
  :finding_details,
  :finding_type,
  :issue_code,
  :learn_more_link,
  :locations)
  SENSITIVE = []
  include Aws::Structure
end

#issue_codeString

The issue code provides an identifier of the issue associated with this finding.

Returns:

  • (String)


4063
4064
4065
4066
4067
4068
4069
4070
4071
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4063

class ValidatePolicyFinding < Struct.new(
  :finding_details,
  :finding_type,
  :issue_code,
  :learn_more_link,
  :locations)
  SENSITIVE = []
  include Aws::Structure
end

A link to additional documentation about the type of finding.

Returns:

  • (String)


4063
4064
4065
4066
4067
4068
4069
4070
4071
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4063

class ValidatePolicyFinding < Struct.new(
  :finding_details,
  :finding_type,
  :issue_code,
  :learn_more_link,
  :locations)
  SENSITIVE = []
  include Aws::Structure
end

#locationsArray<Types::Location>

The list of locations in the policy document that are related to the finding. The issue code provides a summary of an issue identified by the finding.

Returns:



4063
4064
4065
4066
4067
4068
4069
4070
4071
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4063

class ValidatePolicyFinding < Struct.new(
  :finding_details,
  :finding_type,
  :issue_code,
  :learn_more_link,
  :locations)
  SENSITIVE = []
  include Aws::Structure
end