Class: Aws::SecurityHub::Types::CreateFindingAggregatorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CreateFindingAggregatorResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#finding_aggregation_region ⇒ String
The home Region.
-
#finding_aggregator_arn ⇒ String
The ARN of the finding aggregator.
-
#region_linking_mode ⇒ String
Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.
-
#regions ⇒ Array<String>
The list of excluded Regions or included Regions.
Instance Attribute Details
#finding_aggregation_region ⇒ String
The home Region. Findings generated in linked Regions are replicated and sent to the home Region.
23738 23739 23740 23741 23742 23743 23744 23745 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23738 class CreateFindingAggregatorResponse < Struct.new( :finding_aggregator_arn, :finding_aggregation_region, :region_linking_mode, :regions) SENSITIVE = [] include Aws::Structure end |
#finding_aggregator_arn ⇒ String
The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and stop cross-Region aggregation.
23738 23739 23740 23741 23742 23743 23744 23745 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23738 class CreateFindingAggregatorResponse < Struct.new( :finding_aggregator_arn, :finding_aggregation_region, :region_linking_mode, :regions) SENSITIVE = [] include Aws::Structure end |
#region_linking_mode ⇒ String
Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.
23738 23739 23740 23741 23742 23743 23744 23745 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23738 class CreateFindingAggregatorResponse < Struct.new( :finding_aggregator_arn, :finding_aggregation_region, :region_linking_mode, :regions) SENSITIVE = [] include Aws::Structure end |
#regions ⇒ Array<String>
The list of excluded Regions or included Regions.
23738 23739 23740 23741 23742 23743 23744 23745 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23738 class CreateFindingAggregatorResponse < Struct.new( :finding_aggregator_arn, :finding_aggregation_region, :region_linking_mode, :regions) SENSITIVE = [] include Aws::Structure end |