Class: DatadogAPIClient::V2::AWSResourcesConfig
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSResourcesConfig
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aws_resources_config.rb
Overview
AWS Resources config
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cloud_security_posture_management_collection ⇒ Object
Whether Datadog collects cloud security posture management resources from your AWS account.
-
#extended_collection ⇒ Object
Whether Datadog collects additional attributes and configuration information about the resources in your AWS account.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/aws_resources_config.rb', line 30 def additional_properties @additional_properties end |
#cloud_security_posture_management_collection ⇒ Object
Whether Datadog collects cloud security posture management resources from your AWS account.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aws_resources_config.rb', line 25 def cloud_security_posture_management_collection @cloud_security_posture_management_collection end |
#extended_collection ⇒ Object
Whether Datadog collects additional attributes and configuration information about the resources in your AWS account. Required for cspm_resource_collection
.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/aws_resources_config.rb', line 28 def extended_collection @extended_collection end |