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