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 end |
#additional_properties ⇒ Object
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_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](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_regions ⇒ Object
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_config ⇒ Object
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_config ⇒ Object
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_config ⇒ Object
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_config ⇒ Object
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 |