AwsEnvironmentDataArgs

data class AwsEnvironmentDataArgs(val environmentType: Output<String>, val organizationalData: Output<Either<AwsOrganizationalDataMasterArgs, AwsOrganizationalDataMemberArgs>>? = null, val regions: Output<List<String>>? = null) : ConvertibleToJava<AwsEnvironmentDataArgs>

The AWS connector environment data

Constructors

Link copied to clipboard
constructor(environmentType: Output<String>, organizationalData: Output<Either<AwsOrganizationalDataMasterArgs, AwsOrganizationalDataMemberArgs>>? = null, regions: Output<List<String>>? = null)

Properties

Link copied to clipboard
val environmentType: Output<String>

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: Output<List<String>>? = null

list of regions to scan

Functions

Link copied to clipboard
open override fun toJava(): AwsEnvironmentDataArgs