// The code below shows an example of how to instantiate this type.// The values are placeholders you should change.import { aws_logs as logs } from'aws-cdk-lib';
const destinationConfigurationProperty: logs.CfnScheduledQuery.DestinationConfigurationProperty = {
s3Configuration: {
destinationIdentifier: 'destinationIdentifier',
roleArn: 'roleArn',
},
};