Class: DatadogAPIClient::V2::AWSAccountCreateRequestAttributes

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

Overview

The AWS Account Integration Config to be created

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#account_tagsObject

Tags to apply to all metrics in the account



25
26
27
# File 'lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb', line 25

def 
  @account_tags
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



51
52
53
# File 'lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb', line 51

def additional_properties
  @additional_properties
end

#auth_configObject

AWS Authentication config



28
29
30
# File 'lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb', line 28

def auth_config
  @auth_config
end

#aws_account_idObject

AWS Account ID



31
32
33
# File 'lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb', line 31

def 
  @aws_account_id
end

#aws_partitionObject

AWS Account partition



34
35
36
# File 'lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb', line 34

def aws_partition
  @aws_partition
end

#aws_regionsObject

AWS Regions to collect data from



37
38
39
# File 'lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb', line 37

def aws_regions
  @aws_regions
end

#logs_configObject

AWS Logs config



40
41
42
# File 'lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb', line 40

def logs_config
  @logs_config
end

#metrics_configObject

AWS Metrics config



43
44
45
# File 'lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb', line 43

def metrics_config
  @metrics_config
end

#resources_configObject

AWS Resources config



46
47
48
# File 'lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb', line 46

def resources_config
  @resources_config
end

#traces_configObject

AWS Traces config



49
50
51
# File 'lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb', line 49

def traces_config
  @traces_config
end