AwsEnvironmentData interface
The AWS connector environment data
- Extends
Properties
| account |
The AWS account name |
| environment |
The type of the environment data. |
| organizational |
The AWS account's organizational data |
| regions | list of regions to scan |
| scan |
Scan interval in hours (value should be between 1-hour to 24-hours) |
Property Details
accountName
The AWS account name
accountName?: string
Property Value
string
environmentType
The type of the environment data.
environmentType: "AwsAccount"
Property Value
"AwsAccount"
organizationalData
The AWS account's organizational data
organizationalData?: AwsOrganizationalDataUnion
Property Value
regions
list of regions to scan
regions?: string[]
Property Value
string[]
scanInterval
Scan interval in hours (value should be between 1-hour to 24-hours)
scanInterval?: number
Property Value
number