// The code below shows an example of how to instantiate this type.// The values are placeholders you should change.import { mixins as rtbfabric_mixins } from'@aws-cdk/mixins-preview/aws-rtbfabric';
const applicationLogsProperty: rtbfabric_mixins.CfnOutboundExternalLinkPropsMixin.ApplicationLogsProperty = {
linkApplicationLogSampling: {
errorLog: 123,
filterLog: 123,
},
};