|
Field name |
Optional/ Mandatory |
Data Type |
Description |
|---|---|---|---|
|
id |
long |
Primary key, not writeable |
|
|
name |
string |
|
|
|
description |
string |
|
|
|
lastSynch |
date |
Last synch date, not writeable |
|
|
lastError |
string |
Last error, not writeable |
|
|
connectorState |
AssetDataConnectorState |
PENDING, SUCCESS, ERROR, QUEUED, RUNNING, PROCESSING, FINISHED_SUCCESS, FINISHED_ERRORS, DISABLED, INCOMPLETE, not writeable |
|
|
type |
AssetDataConnectorType |
AWS, not writeable |
|
|
defaultTags |
TagSimpleQList |
Tags applied to any asset discovered by the connector |
|
|
activation |
List<ActivationModule> |
Assets discovered by the connector will be activated for the modules specified |
|
|
serviceType |
AwsServiceType |
EC2 |
|
|
allRegions |
boolean |
If true the end point’s collection will be ignored an all AWS regions scanned |
|
|
disabled |
boolean |
Whether execution of the connector is disabled (YES). If disabled the connector will not synchronize assets. |
|
|
arn |
Generated by AWS. Ensure that you provide the same ARN that is generated by AWS. |
||
|
externalId |
string |
Random string which is unique for each user. |
|
|
awsAccountId |
integer |
The AWS account ID an AWS asset data connector is connecting to. |
|
|
useForCloudView |
boolean |
If true the connector is made available in the CloudView App. |
AwsEndointSimpleQList - A basic wrapper with one field: regionCode. This is the AWS region code, e.g. us-east-1.