Class: DatadogAPIClient::V2::ObservabilityPipelineAmazonOpenSearchDestinationAuth
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineAmazonOpenSearchDestinationAuth
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination_auth.rb
Overview
Authentication settings for the Amazon OpenSearch destination.
The strategy
field determines whether basic or AWS-based authentication is used.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#assume_role ⇒ Object
The ARN of the role to assume (used with
aws
strategy). -
#aws_region ⇒ Object
AWS region.
-
#external_id ⇒ Object
External ID for the assumed role (used with
aws
strategy). -
#session_name ⇒ Object
Session name for the assumed role (used with
aws
strategy). -
#strategy ⇒ Object
readonly
The authentication strategy to use.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination_auth.rb', line 40 def additional_properties @additional_properties end |
#assume_role ⇒ Object
The ARN of the role to assume (used with aws
strategy).
26 27 28 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination_auth.rb', line 26 def assume_role @assume_role end |
#aws_region ⇒ Object
AWS region
29 30 31 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination_auth.rb', line 29 def aws_region @aws_region end |
#external_id ⇒ Object
External ID for the assumed role (used with aws
strategy).
32 33 34 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination_auth.rb', line 32 def external_id @external_id end |
#session_name ⇒ Object
Session name for the assumed role (used with aws
strategy).
35 36 37 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination_auth.rb', line 35 def session_name @session_name end |
#strategy ⇒ Object
The authentication strategy to use.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination_auth.rb', line 38 def strategy @strategy end |