Class: DatadogAPIClient::V2::AWSResourcesConfig

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/aws_resources_config.rb

Overview

AWS Resources config

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_collectionObject

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_collectionObject

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