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 hosts and metrics reporting for this account. Defaults to ‘[]`.



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.



53
54
55
# File 'lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb', line 53

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 
  
end

#aws_partitionObject

AWS partition your AWS account is scoped to. Defaults to ‘aws`. See [Partitions](docs.aws.amazon.com/whitepapers/latest/aws-fault-isolation-boundaries/partitions.html) in the AWS documentation for more information.



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

def aws_partition
  @aws_partition
end

#aws_regionsObject

AWS Regions to collect data from. Defaults to ‘include_all`.



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

def aws_regions
  @aws_regions
end

#logs_configObject

AWS Logs Collection config.



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

def logs_config
  @logs_config
end

#metrics_configObject

AWS Metrics Collection config.



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

def metrics_config
  @metrics_config
end

#resources_configObject

AWS Resources Collection config.



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

def resources_config
  @resources_config
end

#traces_configObject

AWS Traces Collection config.



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

def traces_config
  @traces_config
end