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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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)


6195
6196
6197
6198
6199
6200
6201
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6195

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)


6195
6196
6197
6198
6199
6200
6201
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6195

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.



6195
6196
6197
6198
6199
6200
6201
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6195

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