AwsDocumentDatabasePerformanceInsightsArgs
interface AwsDocumentDatabasePerformanceInsightsArgs {
enabled?: boolean;
kmsKey?: AwsKmsKeyInput;
}Performance Insights settings for one DocumentDB instance.
Example
CODE
import type { AwsDocumentDatabasePerformanceInsightsArgs } from '@jobcloud/aws-documentdb';
const performanceInsights: AwsDocumentDatabasePerformanceInsightsArgs = { enabled: true };Properties
enabled: boolean
Enables Performance Insights. Defaults to true in prd, otherwise false.
kmsKey: AwsKmsKeyInput
Optional customer-managed KMS key for Performance Insights.