AssessmentAwsAccountArgs

data class AssessmentAwsAccountArgs(val emailAddress: Output<String>? = null, val id: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<AssessmentAwsAccountArgs>

The AWS account associated with the assessment.

Constructors

Link copied to clipboard
fun AssessmentAwsAccountArgs(emailAddress: Output<String>? = null, id: Output<String>? = null, name: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val emailAddress: Output<String>? = null
Link copied to clipboard
val id: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null