Package-level declarations

Types

Link copied to clipboard
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.

Link copied to clipboard
data class AssessmentAwsServiceArgs(val serviceName: Output<String>? = null) : ConvertibleToJava<AssessmentAwsServiceArgs>

An AWS service such as Amazon S3, AWS CloudTrail, and so on.

Link copied to clipboard
data class AssessmentDelegationArgs(val assessmentId: Output<String>? = null, val assessmentName: Output<String>? = null, val comment: Output<String>? = null, val controlSetId: Output<String>? = null, val createdBy: Output<String>? = null, val creationTime: Output<Double>? = null, val id: Output<String>? = null, val lastUpdated: Output<Double>? = null, val roleArn: Output<String>? = null, val roleType: Output<AssessmentRoleType>? = null, val status: Output<AssessmentDelegationStatus>? = null) : ConvertibleToJava<AssessmentDelegationArgs>

The assignment of a control set to a delegate for review.

Link copied to clipboard
data class AssessmentReportsDestinationArgs(val destination: Output<String>? = null, val destinationType: Output<AssessmentReportDestinationType>? = null) : ConvertibleToJava<AssessmentReportsDestinationArgs>

The destination in which evidence reports are stored for the specified assessment.

Link copied to clipboard
data class AssessmentRoleArgs(val roleArn: Output<String>? = null, val roleType: Output<AssessmentRoleType>? = null) : ConvertibleToJava<AssessmentRoleArgs>

The wrapper that contains AWS Audit Manager role information, such as the role type and IAM ARN.

Link copied to clipboard
Link copied to clipboard
data class AssessmentScopeArgs(val awsAccounts: Output<List<AssessmentAwsAccountArgs>>? = null, val awsServices: Output<List<AssessmentAwsServiceArgs>>? = null) : ConvertibleToJava<AssessmentScopeArgs>

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

Link copied to clipboard
data class GetAssessmentPlainArgs(val assessmentId: String) : ConvertibleToJava<GetAssessmentPlainArgs>