Aws Environment Data Args
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
The type of the environment data. Expected value is 'AwsAccount'.
Link copied to clipboard
val organizationalData: Output<Either<AwsOrganizationalDataMasterArgs, AwsOrganizationalDataMemberArgs>>? = null
The AWS account's organizational data