Assessment

class Assessment : KotlinCustomResource

An entity that defines the scope of audit evidence collected by AWS Audit Manager.

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the assessment.

Link copied to clipboard
val assessmentId: Output<String>

The unique identifier for the assessment.

Link copied to clipboard

The destination that evidence reports are stored in for the assessment.

Link copied to clipboard

The AWS account that's associated with the assessment.

Link copied to clipboard
val creationTime: Output<Double>

Specifies when the assessment was created.

Link copied to clipboard

The list of delegations.

Link copied to clipboard
val description: Output<String>?

The description of the assessment.

Link copied to clipboard
val frameworkId: Output<String>?

The unique identifier for the framework.

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

The name of the assessment.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roles: Output<List<AssessmentRole>>?

The list of roles for the specified assessment.

Link copied to clipboard
val scope: Output<AssessmentScope>?

The wrapper of AWS accounts and services that are in scope for the assessment.

Link copied to clipboard
val status: Output<AssessmentStatus>?

The overall status of the assessment. When you create a new assessment, the initial Status value is always ACTIVE . When you create an assessment, even if you specify the value as INACTIVE , the value overrides to ACTIVE . After you create an assessment, you can change the value of the Status property at any time. For example, when you want to stop collecting evidence for your assessment, you can change the assessment status to INACTIVE .

Link copied to clipboard
val tags: Output<List<Tag>>?

The tags associated with the assessment.

Link copied to clipboard
val urn: Output<String>