AssessmentArgs

fun AssessmentArgs(cve: Output<String>? = null, impacts: Output<List<String>>? = null, justification: Output<JustificationArgs>? = null, longDescription: Output<String>? = null, relatedUris: Output<List<RelatedUrlArgs>>? = null, remediations: Output<List<RemediationArgs>>? = null, shortDescription: Output<String>? = null, state: Output<AssessmentState>? = null)