Class: Aws::CloudWatchLogs::Types::PutIntegrationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#integration_nameString

A name for the integration.

Returns:

  • (String)


6177
6178
6179
6180
6181
6182
6183
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6177

class PutIntegrationRequest < Struct.new(
  :integration_name,
  :resource_config,
  :integration_type)
  SENSITIVE = []
  include Aws::Structure
end

#integration_typeString

The type of integration. Currently, the only supported type is ‘OPENSEARCH`.

Returns:

  • (String)


6177
6178
6179
6180
6181
6182
6183
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6177

class PutIntegrationRequest < Struct.new(
  :integration_name,
  :resource_config,
  :integration_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configTypes::ResourceConfig

A structure that contains configuration information for the integration that you are creating.



6177
6178
6179
6180
6181
6182
6183
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6177

class PutIntegrationRequest < Struct.new(
  :integration_name,
  :resource_config,
  :integration_type)
  SENSITIVE = []
  include Aws::Structure
end