Class: Aws::ResourceExplorer2::Types::CreateResourceExplorerSetupInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregator_regionsArray<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.

Returns:

  • (Array<String>)


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_listArray<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.

Returns:

  • (Array<String>)


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_nameString

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.

Returns:

  • (String)


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