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"` ScanAllResources *bool `json:"scanAllResources"` }
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, or all resources. Scanning all resources in an account is discouraged for performance reasons.
Click to show internal directories.
Click to hide internal directories.