Class: DatadogAPIClient::V2::CloudInventorySyncConfigAWSRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CloudInventorySyncConfigAWSRequestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/cloud_inventory_sync_config_aws_request_attributes.rb
Overview
AWS settings for the customer bucket that stores inventory reports.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aws_account_id ⇒ Object
readonly
AWS account ID that owns the inventory bucket.
-
#destination_bucket_name ⇒ Object
readonly
Name of the S3 bucket containing inventory files.
-
#destination_bucket_region ⇒ Object
readonly
AWS Region of the inventory bucket.
-
#destination_prefix ⇒ Object
Optional object key prefix for inventory files.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_aws_request_attributes.rb', line 36 def additional_properties @additional_properties end |
#aws_account_id ⇒ Object
AWS account ID that owns the inventory bucket.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_aws_request_attributes.rb', line 25 def aws_account_id @aws_account_id end |
#destination_bucket_name ⇒ Object
Name of the S3 bucket containing inventory files.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_aws_request_attributes.rb', line 28 def destination_bucket_name @destination_bucket_name end |
#destination_bucket_region ⇒ Object
AWS Region of the inventory bucket.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_aws_request_attributes.rb', line 31 def destination_bucket_region @destination_bucket_region end |
#destination_prefix ⇒ Object
Optional object key prefix for inventory files. Use / or omit for the entire bucket.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_aws_request_attributes.rb', line 34 def destination_prefix @destination_prefix end |