Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScanEntry ¶
type ScanEntry struct { AWSAccountID *string `json:"awsAccountId"` IntegrationID *string `json:"integrationId"` Region *string `json:"region"` ResourceID *string `json:"resourceId"` ResourceType *string `json:"resourceType"` NextPageToken *string `json:"nextPageToken"` }
ScanEntry indicates what type of scan should be performed, and provides the information needed to carry out that scan. The poller can scan a single resource, all resources of a given type in a given region, or all resources of a given type in all regions. The all region scan is accomplished by breaking the request into multiple smaller requests, one per supported region.
Click to show internal directories.
Click to hide internal directories.