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
constructor(emailAddress: Output<String>? = null, id: Output<String>? = null, name: Output<String>? = null)

Properties

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

The email address that's associated with the AWS account .

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

The identifier for the AWS account .

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

The name of the AWS account .

Functions

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