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.
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_type ⇒ String
The type of integration. Currently, the only supported type is
OPENSEARCH
.
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_config ⇒ Types::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 |