Aws Environment Data Response
data class AwsEnvironmentDataResponse(val accountName: String, val environmentType: String, val organizationalData: Either<AwsOrganizationalDataMasterResponse, AwsOrganizationalDataMemberResponse>? = null, val regions: List<String>? = null, val scanInterval: Double? = 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, scanInterval: Double? = null)
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
val organizationalData: Either<AwsOrganizationalDataMasterResponse, AwsOrganizationalDataMemberResponse>? = null
The AWS account's organizational data
Link copied to clipboard
Scan interval in hours (value should be between 1-hour to 24-hours)