Class: Aws::CloudWatchLogs::Types::PutIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutIntegrationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integration_name ⇒ String
A name for the integration.
-
#integration_type ⇒ String
The type of integration.
-
#resource_config ⇒ Types::ResourceConfig
A structure that contains configuration information for the integration that you are creating.
Instance Attribute Details
#integration_name ⇒ String
A name for the integration.
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_type ⇒ String
The type of integration. Currently, the only supported type is ‘OPENSEARCH`.
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_config ⇒ Types::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 |