Class: Aws::Macie2::Types::UpdateRetrievalConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::UpdateRetrievalConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Specifies the access method and settings to use when retrieving occurrences of sensitive data reported by findings. If your request specifies an Identity and Access Management (IAM) role to assume, Amazon Macie verifies that the role exists and the attached policies are configured correctly. If there’s an issue, Macie returns an error. For information about addressing the issue, see [Configuration options and requirements for retrieving sensitive data samples] in the *Amazon Macie User Guide*.
[1]: docs.aws.amazon.com/macie/latest/user/findings-retrieve-sd-options.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#retrieval_mode ⇒ String
The access method to use when retrieving occurrences of sensitive data reported by findings.
- #role_name ⇒ String
Instance Attribute Details
#retrieval_mode ⇒ String
The access method to use when retrieving occurrences of sensitive data reported by findings. Valid values are:
6817 6818 6819 6820 6821 6822 |
# File 'lib/aws-sdk-macie2/types.rb', line 6817 class UpdateRetrievalConfiguration < Struct.new( :retrieval_mode, :role_name) SENSITIVE = [] include Aws::Structure end |
#role_name ⇒ String
6817 6818 6819 6820 6821 6822 |
# File 'lib/aws-sdk-macie2/types.rb', line 6817 class UpdateRetrievalConfiguration < Struct.new( :retrieval_mode, :role_name) SENSITIVE = [] include Aws::Structure end |