Class: DatadogAPIClient::V2::AWSAccountCreateRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSAccountCreateRequestAttributes
- 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
-
#account_tags ⇒ Object
Tags to apply to all metrics in the account.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#auth_config ⇒ Object
readonly
AWS Authentication config.
-
#aws_account_id ⇒ Object
readonly
AWS Account ID.
-
#aws_partition ⇒ Object
readonly
AWS Account partition.
-
#aws_regions ⇒ Object
AWS Regions to collect data from.
-
#logs_config ⇒ Object
AWS Logs config.
-
#metrics_config ⇒ Object
AWS Metrics config.
-
#resources_config ⇒ Object
AWS Resources config.
-
#traces_config ⇒ Object
AWS Traces config.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_tags ⇒ Object
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_properties ⇒ Object
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_config ⇒ Object
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_id ⇒ Object
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 @aws_account_id end |
#aws_partition ⇒ Object
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_regions ⇒ Object
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_config ⇒ Object
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_config ⇒ Object
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_config ⇒ Object
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_config ⇒ Object
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 |