aws-cdk-lib.aws_auditmanager.CfnAssessment.AssessmentReportsDestinationProperty

interface AssessmentReportsDestinationProperty

LanguageType name
.NETAmazon.CDK.AWS.AuditManager.CfnAssessment.AssessmentReportsDestinationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsauditmanager#CfnAssessment_AssessmentReportsDestinationProperty
Javasoftware.amazon.awscdk.services.auditmanager.CfnAssessment.AssessmentReportsDestinationProperty
Pythonaws_cdk.aws_auditmanager.CfnAssessment.AssessmentReportsDestinationProperty
TypeScript aws-cdk-lib » aws_auditmanager » CfnAssessment » AssessmentReportsDestinationProperty

The AssessmentReportsDestination property type specifies the location in which AWS Audit Manager saves assessment reports for the given assessment.

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 assessmentReportsDestinationProperty: auditmanager.CfnAssessment.AssessmentReportsDestinationProperty = {
  destination: 'destination',
  destinationType: 'destinationType',
};

Properties

NameTypeDescription
destination?stringThe destination bucket where Audit Manager stores assessment reports.
destinationType?stringThe destination type, such as Amazon S3.

destination?

Type: string (optional)

The destination bucket where Audit Manager stores assessment reports.


destinationType?

Type: string (optional)

The destination type, such as Amazon S3.