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 hosts and metrics reporting for this 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 partition your AWS account is scoped to.
-
#aws_regions ⇒ Object
AWS Regions to collect data from.
-
#logs_config ⇒ Object
AWS Logs Collection config.
-
#metrics_config ⇒ Object
AWS Metrics Collection config.
-
#resources_config ⇒ Object
AWS Resources Collection config.
-
#traces_config ⇒ Object
AWS Traces Collection config.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_tags ⇒ Object
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_properties ⇒ Object
Returns the value of attribute additional_properties.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb', line 52 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 partition your AWS account is scoped to. Defaults to aws
.
See Partitions in the AWS documentation for more information.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb', line 35 def aws_partition @aws_partition end |
#aws_regions ⇒ Object
AWS Regions to collect data from. Defaults to include_all
.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb', line 38 def aws_regions @aws_regions end |
#logs_config ⇒ Object
AWS Logs Collection config.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb', line 41 def logs_config @logs_config end |
#metrics_config ⇒ Object
AWS Metrics Collection config.
44 45 46 |
# File 'lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb', line 44 def metrics_config @metrics_config end |
#resources_config ⇒ Object
AWS Resources Collection config.
47 48 49 |
# File 'lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb', line 47 def resources_config @resources_config end |
#traces_config ⇒ Object
AWS Traces Collection config.
50 51 52 |
# File 'lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb', line 50 def traces_config @traces_config end |