Resource: ExportSetting
Settings that configure CAI to export assets on given schedules. An [InventorySettings] might have multiple [ExportSetting], each with a unique identifier.
JSON representation | |
---|---|
{ "name": string, "assetTypes": [ string ], "contentType": enum ( |
Fields | |
---|---|
name |
The format will be: organizations/{ORGANIZATION_NUMBER}/inventorySettings/exportSettings/{exportSetting} or folders/{FOLDER_NUMBER}/inventorySettings/exportSettings/{exportSetting} or projects/{PROJECT_NUMBER}/inventorySettings/exportSettings/{exportSetting} |
assetTypes[] |
Asset types of resources that will be exported on schedule. For example: "compute.googleapis.com/Disk". Regular expressions are also supported. For example:
See RE2 for all supported regular expression syntax. If the regular expression does not match any supported asset type, an INVALID_ARGUMENT error will be returned. If specified, only matching assets will be returned. See Introduction to Cloud Asset Inventory for all supported asset types. |
contentType |
Required. Asset content type. Currently only |
gcsSetting |
Setting to configure scheduled export output to GCS. At least one of [gcsSetting] and [bigquerySetting] should be set. |
bigquerySetting |
Setting to configure scheduled export output to BigQuery. At least one of [gcs_settings] and [bigquery_settings] should be set. |
Methods |
|
---|---|
|
Creates an export setting. |
|
Deletes an export setting. |
|
Gets details about an export setting. |
|
Lists all export settings under a [InventorySettings]. |
|
Updates an export setting. |