Class: DatadogAPIClient::V2::CloudInventorySyncConfigAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CloudInventorySyncConfigAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/cloud_inventory_sync_config_attributes.rb
Overview
Attributes for a cloud inventory sync configuration. Values beyond id may be omitted immediately after upsert.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aws_account_id ⇒ Object
readonly
AWS account ID for the inventory bucket.
-
#aws_bucket_name ⇒ Object
readonly
AWS S3 bucket name for inventory files.
-
#aws_region ⇒ Object
readonly
AWS Region for the inventory bucket.
-
#azure_client_id ⇒ Object
readonly
Azure AD application (client) ID.
-
#azure_container_name ⇒ Object
readonly
Azure blob container name.
-
#azure_storage_account_name ⇒ Object
readonly
Azure storage account name.
-
#azure_tenant_id ⇒ Object
readonly
Azure AD tenant ID.
-
#cloud_provider ⇒ Object
readonly
Cloud provider for this sync configuration (
aws,gcp, orazure). -
#error ⇒ Object
readonly
Human-readable error detail when sync is unhealthy.
-
#error_code ⇒ Object
readonly
Machine-readable error code when sync is unhealthy.
-
#gcp_bucket_name ⇒ Object
readonly
GCS bucket name for inventory files Datadog reads.
-
#gcp_project_id ⇒ Object
readonly
GCP project ID.
-
#gcp_service_account_email ⇒ Object
readonly
Service account email for bucket access.
-
#prefix ⇒ Object
readonly
Object key prefix or
/when the entire bucket is synced.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
66 67 68 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_attributes.rb', line 66 def additional_properties @additional_properties end |
#aws_account_id ⇒ Object
AWS account ID for the inventory bucket.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_attributes.rb', line 25 def aws_account_id @aws_account_id end |
#aws_bucket_name ⇒ Object
AWS S3 bucket name for inventory files.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_attributes.rb', line 28 def aws_bucket_name @aws_bucket_name end |
#aws_region ⇒ Object
AWS Region for the inventory bucket.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_attributes.rb', line 31 def aws_region @aws_region end |
#azure_client_id ⇒ Object
Azure AD application (client) ID.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_attributes.rb', line 34 def azure_client_id @azure_client_id end |
#azure_container_name ⇒ Object
Azure blob container name.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_attributes.rb', line 37 def azure_container_name @azure_container_name end |
#azure_storage_account_name ⇒ Object
Azure storage account name.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_attributes.rb', line 40 def azure_storage_account_name @azure_storage_account_name end |
#azure_tenant_id ⇒ Object
Azure AD tenant ID.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_attributes.rb', line 43 def azure_tenant_id @azure_tenant_id end |
#cloud_provider ⇒ Object
Cloud provider for this sync configuration (aws, gcp, or azure). For requests, must match the provider block supplied under attributes.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_attributes.rb', line 46 def cloud_provider @cloud_provider end |
#error ⇒ Object
Human-readable error detail when sync is unhealthy.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_attributes.rb', line 49 def error @error end |
#error_code ⇒ Object
Machine-readable error code when sync is unhealthy.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_attributes.rb', line 52 def error_code @error_code end |
#gcp_bucket_name ⇒ Object
GCS bucket name for inventory files Datadog reads.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_attributes.rb', line 55 def gcp_bucket_name @gcp_bucket_name end |
#gcp_project_id ⇒ Object
GCP project ID.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_attributes.rb', line 58 def gcp_project_id @gcp_project_id end |
#gcp_service_account_email ⇒ Object
Service account email for bucket access.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_attributes.rb', line 61 def gcp_service_account_email @gcp_service_account_email end |
#prefix ⇒ Object
Object key prefix or / when the entire bucket is synced.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/cloud_inventory_sync_config_attributes.rb', line 64 def prefix @prefix end |