AwsEnvironmentData interface

The AWS connector environment data

Extends

Properties

accountName

The AWS account name NOTE: This property will not be serialized. It can only be populated by the server.

environmentType

Polymorphic discriminator, which specifies the different types this object can be

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 NOTE: This property will not be serialized. It can only be populated by the server.

accountName?: string

Property Value

string

environmentType

Polymorphic discriminator, which specifies the different types this object can be

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