AwsEnvironmentData interface

The AWS connector environment data

Extends

Properties

accountName

The AWS account name

environmentType

The type of the environment data.

organizationalData

The AWS account's organizational data

regions

list of regions to scan

scanInterval

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