AwsEnvironmentDataArgs

data class AwsEnvironmentDataArgs(val environmentType: Output<String>, val organizationalData: Output<Either<AwsOrganizationalDataMasterArgs, AwsOrganizationalDataMemberArgs>>? = null, val regions: Output<List<String>>? = null, val scanInterval: Output<Double>? = 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, scanInterval: Output<Double>? = 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

Link copied to clipboard
val scanInterval: Output<Double>? = null

Scan interval in hours (value should be between 1-hour to 24-hours)

Functions

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