Class: Aws::CloudWatchLogs::Types::PutIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutIntegrationRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/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.
6397 6398 6399 6400 6401 6402 6403 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6397 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
.
6397 6398 6399 6400 6401 6402 6403 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6397 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.
6397 6398 6399 6400 6401 6402 6403 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6397 class PutIntegrationRequest < Struct.new( :integration_name, :resource_config, :integration_type) SENSITIVE = [] include Aws::Structure end |