interface AssessmentReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AuditManager.AssessmentReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsauditmanager#AssessmentReference |
![]() | software.amazon.awscdk.services.auditmanager.AssessmentReference |
![]() | aws_cdk.aws_auditmanager.AssessmentReference |
![]() | aws-cdk-lib » aws_auditmanager » AssessmentReference |
A reference to a Assessment resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_auditmanager as auditmanager } from 'aws-cdk-lib';
const assessmentReference: auditmanager.AssessmentReference = {
assessmentArn: 'assessmentArn',
assessmentId: 'assessmentId',
};
Properties
Name | Type | Description |
---|---|---|
assessment | string | The ARN of the Assessment resource. |
assessment | string | The AssessmentId of the Assessment resource. |
assessmentArn
Type:
string
The ARN of the Assessment resource.
assessmentId
Type:
string
The AssessmentId of the Assessment resource.