Class: Aws::ResourceExplorer2::Types::CreateResourceExplorerSetupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::CreateResourceExplorerSetupInput
- Defined in:
- gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregator_regions ⇒ Array<String>
A list of Amazon Web Services Regions that should be configured as aggregator Regions.
-
#region_list ⇒ Array<String>
A list of Amazon Web Services Regions where Resource Explorer should be configured.
-
#view_name ⇒ String
The name for the view to be created as part of the Resource Explorer setup.
Instance Attribute Details
#aggregator_regions ⇒ Array<String>
A list of Amazon Web Services Regions that should be configured as aggregator Regions. Aggregator Regions receive replicated index information from all other Regions where there is a user-owned index.
233 234 235 236 237 238 239 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 233 class CreateResourceExplorerSetupInput < Struct.new( :region_list, :aggregator_regions, :view_name) SENSITIVE = [] include Aws::Structure end |
#region_list ⇒ Array<String>
A list of Amazon Web Services Regions where Resource Explorer should be configured. Each Region in the list will have a user-owned index created.
233 234 235 236 237 238 239 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 233 class CreateResourceExplorerSetupInput < Struct.new( :region_list, :aggregator_regions, :view_name) SENSITIVE = [] include Aws::Structure end |
#view_name ⇒ String
The name for the view to be created as part of the Resource Explorer setup. The view name must be unique within the Amazon Web Services account and Region.
233 234 235 236 237 238 239 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 233 class CreateResourceExplorerSetupInput < Struct.new( :region_list, :aggregator_regions, :view_name) SENSITIVE = [] include Aws::Structure end |