// 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/cfn-property-mixins';
const destinationConfigurationProperty: logs.CfnScheduledQueryPropsMixin.DestinationConfigurationProperty = {
s3Configuration: {
destinationIdentifier: 'destinationIdentifier',
roleArn: 'roleArn',
},
};