Class: Aws::SecurityHub::Types::CreateAggregatorV2Request

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique identifier used to ensure idempotency.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


23007
23008
23009
23010
23011
23012
23013
23014
# File 'lib/aws-sdk-securityhub/types.rb', line 23007

class CreateAggregatorV2Request < Struct.new(
  :region_linking_mode,
  :linked_regions,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#linked_regionsArray<String>

The list of Regions that are linked to the aggregation Region.

Returns:

  • (Array<String>)


23007
23008
23009
23010
23011
23012
23013
23014
# File 'lib/aws-sdk-securityhub/types.rb', line 23007

class CreateAggregatorV2Request < Struct.new(
  :region_linking_mode,
  :linked_regions,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#region_linking_modeString

Determines how Regions are linked to an Aggregator V2.

Returns:

  • (String)


23007
23008
23009
23010
23011
23012
23013
23014
# File 'lib/aws-sdk-securityhub/types.rb', line 23007

class CreateAggregatorV2Request < Struct.new(
  :region_linking_mode,
  :linked_regions,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of key-value pairs to be applied to the AggregatorV2.

Returns:

  • (Hash<String,String>)


23007
23008
23009
23010
23011
23012
23013
23014
# File 'lib/aws-sdk-securityhub/types.rb', line 23007

class CreateAggregatorV2Request < Struct.new(
  :region_linking_mode,
  :linked_regions,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end