AwsEnvironmentDataResponse

data class AwsEnvironmentDataResponse(val accountName: String, val environmentType: String, val organizationalData: Either<AwsOrganizationalDataMasterResponse, AwsOrganizationalDataMemberResponse>? = null, val regions: List<String>? = null)

The AWS connector environment data

Constructors

Link copied to clipboard
constructor(accountName: String, environmentType: String, organizationalData: Either<AwsOrganizationalDataMasterResponse, AwsOrganizationalDataMemberResponse>? = null, regions: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The AWS account name

Link copied to clipboard

The type of the environment data. Expected value is 'AwsAccount'.

Link copied to clipboard

The AWS account's organizational data

Link copied to clipboard
val regions: List<String>? = null

list of regions to scan