AWSDataSource
Properties
Automatically add linked accounts
Should not be populated. Will be ignored if populated.
Should not be populated. Will be ignored if populated.
Should not be populated. Will be ignored if populated.
Limit collection to only regions specified in selected_regions
Whether or not data collection is enabled
Internal ID of data source, to be used in subsequent API calls
Whether or not to collect flows from the VPC Flow Logs
Hostname of data source (use either IP or FQDN, not both)
IP address of data source (use either IP or FQDN, not both)
Should not be populated. Will be ignored if populated.
A friendly nickname for the data source
Room for notes or comments about the data source
ID of Collector VM which should register this vcenter
Identifier of web proxy to be used for connection. If not given or empty, any web proxy used earlier will be cleared
Parameter To
Add AWS Datasource
Update AWS Data Source
Returned By
Add AWS Datasource
Get AWS Data Source
Update AWS Data Source
Extends
BaseDataSource
JSON Example
{
"add_linked_accounts": false,
"child_datasource_count": 0,
"child_datasources": [
{
"entity_id": "1000:104:12213212",
"entity_type": "enum"
}
],
"credentials": {
"access_key": "AKIAIOSFODNN7EXAMPLE",
"secret_key": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
},
"data_source_hierarchy": "string",
"enable_aws_geo_restrictions": false,
"enabled": false,
"entity_id": "string",
"entity_type": "enum",
"flows_enabled": false,
"fqdn": "your.domain.com",
"ip": "192.168.10.1",
"linked_role_arn": "string",
"nickname": "vc1",
"notes": "Located in DC1",
"proxy_id": "1000:104:12313412",
"role_arn_suffix": "string",
"selected_regions": [
"string"
],
"web_proxy_id": "string"
}